[Mpuls-commits] r2059 - wasko/branches/2.0/jmdweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Mar 23 09:01:17 CET 2010


Author: torsten
Date: 2010-03-23 09:01:14 +0100 (Tue, 23 Mar 2010)
New Revision: 2059

Modified:
   wasko/branches/2.0/jmdweb/controllers/caseappointment.py
Log:
Fixed error


Modified: wasko/branches/2.0/jmdweb/controllers/caseappointment.py
===================================================================
--- wasko/branches/2.0/jmdweb/controllers/caseappointment.py	2010-03-23 08:00:24 UTC (rev 2058)
+++ wasko/branches/2.0/jmdweb/controllers/caseappointment.py	2010-03-23 08:01:14 UTC (rev 2059)
@@ -139,7 +139,7 @@
         c.form_errors = {}
         c.appointment = app
         form = render('/casemanagement/editAppointment.mako')
-        return formencode.htmlfill.render(form, 'utf-8',
+        return formencode.htmlfill.render(form,
                                           defaults=c.form_result,
                                           auto_insert_errors=False,
                                           errors=c.form_errors)



More information about the Mpuls-commits mailing list