From 94c49a62c541bfccba8b0831cbb2a748d13d45be Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 12 Apr 2013 07:35:53 +0200 Subject: A picto was not displayed in the /articles page. --- source/static/templates/articles.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/static') diff --git a/source/static/templates/articles.html b/source/static/templates/articles.html index 4637822f..d7fcc4d5 100644 --- a/source/static/templates/articles.html +++ b/source/static/templates/articles.html @@ -27,7 +27,7 @@ import utils not_read_begin, not_read_end = "", "" if article["article_like"] == True: - like = """ """ + like = """""" else: like = "" @@ -37,7 +37,7 @@ import utils else: description = "No description." %> - ${article["article_date"].strftime('%Y-%m-%d %H:%M')} - ${not_read_begin}${article["article_title"][:150]}${not_read_end}${description} + ${article["article_date"].strftime('%Y-%m-%d %H:%M')} - ${not_read_begin}${article["article_title"][:150]}${not_read_end}${description} ${like}
%endfor

All feeds

-- cgit