mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-04-26 14:57:41 +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"}}">
|
<p style="{{style "intro-paragraph"}}">
|
||||||
GitHub activity time machine for
|
GitHub activity time machine for
|
||||||
<a href="https://github.com/{{.User.Login}}"
|
<a href="https://github.com/{{.User.Login}}"
|
||||||
title={{.User.Name}}
|
title="{{.User.Name}}"
|
||||||
style="{{style "link" "intro-paragraph.user-link"}}">
|
style="{{style "link" "intro-paragraph.user-link"}}">
|
||||||
<img src={{.User.AvatarURL}}
|
<img src="{{.User.AvatarURL}}"
|
||||||
width="20"
|
width="20"
|
||||||
height="20"
|
height="20"
|
||||||
border="0"
|
border="0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue