uilib.py
changeset 7662 3217298823c1
parent 7661 e157174c595c
child 7815 2a164a9cf81c
--- a/uilib.py	Mon Jul 18 11:33:44 2011 +0200
+++ b/uilib.py	Mon Jul 18 12:13:53 2011 +0200
@@ -109,7 +109,7 @@
         printer = PRINTERS[attrtype]
     except KeyError:
         return unicode(value)
-    return printer(req, value, props, displaytime)
+    return printer(value, req, props, displaytime)
 
 
 # text publishing #############################################################