]> git.zarvox.org Git - shortlog.git/commitdiff
Images require an alt attribute. Add them for gravatar images.
authorDrew Fisher <drew.m.fisher@gmail.com>
Fri, 10 Jun 2011 18:50:03 +0000 (13:50 -0500)
committerDrew Fisher <drew.m.fisher@gmail.com>
Fri, 10 Jun 2011 18:50:03 +0000 (13:50 -0500)
Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
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: