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> -<%def name="css_class(thing)"> -${' '+thing.css_class if hasattr(thing, 'css_class') and thing.css_class else ''} -%def> +<%def name="css_class(thing)">${' '+thing.css_class if hasattr(thing, 'css_class') and thing.css_class else ''}%def> <%def name="submit_form(onsubmit='', action='', _class='', method='post', _id='', **params)">