From 6b4a2cb4ab0cf51f4ad1528695ef78c2c76ce30b Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Wed, 19 Dec 2012 16:23:13 -0800 Subject: [PATCH] Remove whitespace from css_class template helper. --- r2/r2/templates/utils.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/r2/r2/templates/utils.html b/r2/r2/templates/utils.html index 9d5315826..a22d5f300 100755 --- a/r2/r2/templates/utils.html +++ b/r2/r2/templates/utils.html @@ -53,9 +53,7 @@ id="${arg}_${thing and thing._fullname or ''}" -<%def name="css_class(thing)"> -${' '+thing.css_class if hasattr(thing, 'css_class') and thing.css_class else ''} - +<%def name="css_class(thing)">${' '+thing.css_class if hasattr(thing, 'css_class') and thing.css_class else ''} <%def name="submit_form(onsubmit='', action='', _class='', method='post', _id='', **params)">