mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-26 09:35:50 +00:00
Quote HTML attributes.
This commit is contained in:
parent
b992e192ca
commit
0b643a8815
1 changed files with 2 additions and 2 deletions
|
|
@ -5,9 +5,9 @@
|
|||
<p style="{{style "intro-paragraph"}}">
|
||||
GitHub activity time machine for
|
||||
<a href="https://github.com/{{.User.Login}}"
|
||||
title={{.User.Name}}
|
||||
title="{{.User.Name}}"
|
||||
style="{{style "link" "intro-paragraph.user-link"}}">
|
||||
<img src={{.User.AvatarURL}}
|
||||
<img src="{{.User.AvatarURL}}"
|
||||
width="20"
|
||||
height="20"
|
||||
border="0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue