Skip to content

Commit

Permalink
Remove strange space character from link template.
Browse files Browse the repository at this point in the history
  • Loading branch information
spladug committed Nov 15, 2011
1 parent 61fb725 commit 5acbd95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion r2/r2/templates/link.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@
<%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'):
Expand Down

0 comments on commit 5acbd95

Please sign in to comment.