From b59206d9b2ed2c3330f4ad2cc3f277f736106288 Mon Sep 17 00:00:00 2001 From: Yannik Ammann <ammann@arteria.ch> Date: Wed, 10 Dec 2014 12:45:34 +0100 Subject: [PATCH] typo --- favicon/templatetags/favtags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/favicon/templatetags/favtags.py b/favicon/templatetags/favtags.py index c6f2721..12683de 100644 --- a/favicon/templatetags/favtags.py +++ b/favicon/templatetags/favtags.py @@ -26,7 +26,7 @@ def placeFavicon(context): fav = Favicon.objects.filter(isFavicon=True) if not fav: - return '<!-- no favicon --' + return '<!-- no favicon -->' for n in fav[1:]: n.isFavicon = False fav = fav[0] -- GitLab