common/uilib.py
branchstable
changeset 4247 b1d79216d930
parent 4212 ab6573088b4a
child 4252 6c4f109c2b03
--- a/common/uilib.py	Mon Jan 18 11:50:34 2010 +0100
+++ b/common/uilib.py	Mon Jan 18 11:50:54 2010 +0100
@@ -39,7 +39,6 @@
         # don't translate empty value if you don't want strange results
         if props is not None and value and props.get('internationalizable'):
             return req._(value)
-
         return value
     if attrtype == 'Date':
         return ustrftime(value, req.property_value('ui.date-format'))