[Mpuls-commits] r2065 - wasko/branches/2.0/mpulsweb/templates/appointments

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


Author: torsten
Date: 2010-03-23 10:12:10 +0100 (Tue, 23 Mar 2010)
New Revision: 2065

Modified:
   wasko/branches/2.0/mpulsweb/templates/appointments/overview_body.mako
Log:
Do not escape appointment description


Modified: wasko/branches/2.0/mpulsweb/templates/appointments/overview_body.mako
===================================================================
--- wasko/branches/2.0/mpulsweb/templates/appointments/overview_body.mako	2010-03-23 08:45:53 UTC (rev 2064)
+++ wasko/branches/2.0/mpulsweb/templates/appointments/overview_body.mako	2010-03-23 09:12:10 UTC (rev 2065)
@@ -15,7 +15,7 @@
     </td>
   </tr>
   <tr>
-    <% description = F.shorten(F.H(appointment.description),120) %>
+    <% description = F.shorten(appointment.description,120) %>
     <td colspan="3" class="description">${description | F.NA}</td>
   </tr>
   % endfor



More information about the Mpuls-commits mailing list