#276 fix unicode Error in html_string() function

This commit is contained in:
Oskar Hahn 2012-07-07 10:35:29 +02:00
parent b0f561d429
commit 1889cff68b

View File

@ -129,4 +129,4 @@ def encodedict(dict):
def html_strong(string):
return "<strong>%s</strong>" % string
return u"<strong>%s</strong>" % string