From a2b56faa6b7957bdb7044640b21f31f2be4c5af5 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 12 Apr 2013 07:22:35 +0200 Subject: Minor bugfix: the link to the heart picto was wrong. --- source/static/templates/feed.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/static/templates/feed.html b/source/static/templates/feed.html index 7746c9e2..d71672b1 100644 --- a/source/static/templates/feed.html +++ b/source/static/templates/feed.html @@ -50,7 +50,7 @@ import utils # display a heart for faved articles if article["article_like"] == True: - like = """ """ + like = """ """ else: like = "" -- cgit