Don't escape objects in table columns

svn: r13734
This commit is contained in:
Doug Blank 2009-12-06 18:38:19 +00:00
parent 90bde6a00a
commit 291b13090b

View File

@ -73,7 +73,7 @@ def nbsp(string):
"""
"""
if string:
return escape(string)
return string
else:
return mark_safe(" ")