From: Drew Fisher Date: Fri, 10 Jun 2011 18:50:03 +0000 (-0500) Subject: Images require an alt attribute. Add them for gravatar images. X-Git-Url: http://git.zarvox.org/static/%24c%5B5%5D?a=commitdiff_plain;h=0c4545d868a4a71824d0cf2bdbe551b244093077;p=shortlog.git Images require an alt attribute. Add them for gravatar images. Signed-off-by: Drew Fisher --- diff --git a/templates/day.html b/templates/day.html index 9cff4de..56de02c 100644 --- a/templates/day.html +++ b/templates/day.html @@ -20,7 +20,7 @@ $if len(comments) > 0:

Comments:

$for c in comments:
-

+

avatar from Gravatar $if c[2]:

$c[0] | $c[4]

$else: