Skip to content
Snippets Groups Projects
Commit b59206d9 authored by Yannik Ammann's avatar Yannik Ammann
Browse files

typo

parent c08b1e30
No related branches found
No related tags found
No related merge requests found
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment