Remove strange space character from link template.

This commit is contained in:
Neil Williams
2011-11-14 21:51:27 -08:00
parent 61fb725bf9
commit 5acbd952ee

View File

@@ -233,7 +233,6 @@ ${parent.thing_css_class(what)} ${"over18" if thing.over_18 else ""}
<%def name="thumbnail()">
%if thing.thumbnail and not getattr(thing, "trial_mode", None):
<%call expr="make_link('thumbnail', 'thumbnail ' + (thing.thumbnail if thing.thumbnail_sprited else ''))">
&#8203;
% if not thing.thumbnail_sprited:
<%
if hasattr(thing, 'thumbnail_size'):