[Mpuls-commits] r3042 - in jmd/trunk: . jmdstrukturweb/templates/appointments

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Jun 18 20:47:23 CEST 2010


Author: bh
Date: 2010-06-18 20:47:20 +0200 (Fri, 18 Jun 2010)
New Revision: 3042

Modified:
   jmd/trunk/ChangeLog
   jmd/trunk/jmdstrukturweb/templates/appointments/remindlist_body.mako
Log:
* jmdstrukturweb/templates/appointments/remindlist_body.mako: Fix
HTML escaping.


Modified: jmd/trunk/ChangeLog
===================================================================
--- jmd/trunk/ChangeLog	2010-06-18 16:51:36 UTC (rev 3041)
+++ jmd/trunk/ChangeLog	2010-06-18 18:47:20 UTC (rev 3042)
@@ -1,5 +1,10 @@
 2010-06-18  Bernhard Herzog  <bh at intevation.de>
 
+	* jmdstrukturweb/templates/appointments/remindlist_body.mako: Fix
+	HTML escaping.
+
+2010-06-18  Bernhard Herzog  <bh at intevation.de>
+
 	* development-combined.ini (jmd.otherapp.url): New setting for
 	both app:struktur and app:jmd to set the URL that points to the
 	other application.

Modified: jmd/trunk/jmdstrukturweb/templates/appointments/remindlist_body.mako
===================================================================
--- jmd/trunk/jmdstrukturweb/templates/appointments/remindlist_body.mako	2010-06-18 16:51:36 UTC (rev 3041)
+++ jmd/trunk/jmdstrukturweb/templates/appointments/remindlist_body.mako	2010-06-18 18:47:20 UTC (rev 3042)
@@ -19,9 +19,8 @@
     </td>
   </tr>
   <tr>
-    <% description = F.H(appointment.description) %>
     <td colspan="3" class="description">
-        ${description}
+        ${appointment.description}
         ${h.dd_mm_YYYY(appointment.getStartDate()) | F.NA} bis
         ${h.dd_mm_YYYY(appointment.getEndDate()) | F.NA}
     </td>



More information about the Mpuls-commits mailing list