[Mpuls-commits] r2057 - wasko/branches/2.0/jmdweb/templates/formularpage

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Mar 23 08:56:12 CET 2010


Author: torsten
Date: 2010-03-23 08:56:11 +0100 (Tue, 23 Mar 2010)
New Revision: 2057

Modified:
   wasko/branches/2.0/jmdweb/templates/formularpage/formular.mako
Log:
not escape formular headers


Modified: wasko/branches/2.0/jmdweb/templates/formularpage/formular.mako
===================================================================
--- wasko/branches/2.0/jmdweb/templates/formularpage/formular.mako	2010-03-23 07:50:47 UTC (rev 2056)
+++ wasko/branches/2.0/jmdweb/templates/formularpage/formular.mako	2010-03-23 07:56:11 UTC (rev 2057)
@@ -39,7 +39,7 @@
 <%def name="buildContentHeader()">
   <div id="content_header">
     %if not c.print_version:
-      <div id="content_ueberschrift">${c.formularheader}</div>
+      <div id="content_ueberschrift">${h.literal(c.formularheader)}</div>
     %endif
     ${self.buildModusfield()}
   </div><br>



More information about the Mpuls-commits mailing list