Fixed HTML5 errors

This commit is contained in:
2017-07-11 17:18:19 +02:00
parent 3917586bd5
commit 1da3e52c55
5 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ component Avatar(user *arn.User)
component AvatarNoLink(user *arn.User)
if user.HasAvatar()
img.user-image.lazy(data-src=user.SmallAvatar(), data-webp="true", alt=user.Nick)
img.user-image.lazy(src="", data-src=user.SmallAvatar(), data-webp="true", alt=user.Nick)
else
SVGAvatar