mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
Remove strange space character from link template.
This commit is contained in:
@@ -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 ''))">
|
||||
​
|
||||
% if not thing.thumbnail_sprited:
|
||||
<%
|
||||
if hasattr(thing, 'thumbnail_size'):
|
||||
|
||||
Reference in New Issue
Block a user