From 5acbd952ee1e88a2bc2bbd01625f55bcbc933854 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Mon, 14 Nov 2011 21:51:27 -0800 Subject: [PATCH] Remove strange space character from link template. --- r2/r2/templates/link.html | 1 - 1 file changed, 1 deletion(-) diff --git a/r2/r2/templates/link.html b/r2/r2/templates/link.html index ada8ea877..f5e292a8d 100644 --- a/r2/r2/templates/link.html +++ b/r2/r2/templates/link.html @@ -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'):