]> git.zarvox.org Git - shortlog.git/blobdiff - templates/day.html
Images require an alt attribute. Add them for gravatar images.
[shortlog.git] / templates / day.html
index 9cff4dec03d642993c9279295961a592b0f31da9..56de02c66a6a8807e5106efe70d8bda5cacbc3ea 100644 (file)
@@ -20,7 +20,7 @@ $if len(comments) > 0:
        <hr><h3>Comments:</h3>
 $for c in comments:
        <div class="comment">
-       <p><span style="float: right;"><img src="$c[5]"></span>
+       <p><span style="float: right;"><img src="$c[5]" alt="avatar from Gravatar"></span>
        $if c[2]:
                <p><a href="$c[2]">$c[0]</a> | $c[4]</p>
        $else: