From 0c4545d868a4a71824d0cf2bdbe551b244093077 Mon Sep 17 00:00:00 2001 From: Drew Fisher Date: Fri, 10 Jun 2011 13:50:03 -0500 Subject: [PATCH] Images require an alt attribute. Add them for gravatar images. Signed-off-by: Drew Fisher --- templates/day.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2