[Mpuls-commits] r3529 - in base/trunk: . mpulsweb/templates/annotations

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Sep 6 16:00:41 CEST 2010


Author: roland
Date: 2010-09-06 16:00:36 +0200 (Mon, 06 Sep 2010)
New Revision: 3529

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/templates/annotations/annotation.mako
Log:
change help template to produce valid HTML

Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2010-09-06 12:34:09 UTC (rev 3528)
+++ base/trunk/ChangeLog	2010-09-06 14:00:36 UTC (rev 3529)
@@ -1,3 +1,8 @@
+2010-08-30  Roland Geider <roland.geider at intevation.de>
+
+	* mpulsweb/templates/annotations/annotation.mako: change help template
+	  to produce valid HTML
+
 2010-09-03  Bernhard Herzog  <bh at intevation.de>
 
 	* mpulsweb/lib/helpers.py (getHelp): The return value is already

Modified: base/trunk/mpulsweb/templates/annotations/annotation.mako
===================================================================
--- base/trunk/mpulsweb/templates/annotations/annotation.mako	2010-09-06 12:34:09 UTC (rev 3528)
+++ base/trunk/mpulsweb/templates/annotations/annotation.mako	2010-09-06 14:00:36 UTC (rev 3529)
@@ -2,4 +2,4 @@
 <%inherit file="main.mako" />
 <h1>${c.annotation_header}</h1>
 <h2>${c.annotation_title}</h2>
-<p>${h.literal(c.annotation_text)}</p>
+<div>${h.literal(c.annotation_text)}</div>



More information about the Mpuls-commits mailing list