From 57efe03c256641668e9909e8ced5f50495bbd66f Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 14 Apr 2013 00:23:08 +0200 Subject: The heart pict wasn't any more present in the /history page. --- source/static/templates/history.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/static/templates/history.html b/source/static/templates/history.html index e6826032..a0b42fd2 100644 --- a/source/static/templates/history.html +++ b/source/static/templates/history.html @@ -44,7 +44,7 @@ from collections import Counter not_read_begin, not_read_end = "", "" if article["article_like"] == True: - like = """ """ + like = """ """ else: like = "" # Descrition for the CSS ToolTips @@ -77,4 +77,4 @@ from collections import Counter html += '
' + \ utils.tag_cloud([(elem, timeline[elem]) for elem in timeline.keys()], query_string) + '
' %> - ${html} \ No newline at end of file + ${html} -- cgit