[Mpuls-commits] r4941 - in base/trunk: . mpulsweb/templates/help
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri May 6 15:01:46 CEST 2011
Author: torsten
Date: 2011-05-06 15:01:45 +0200 (Fri, 06 May 2011)
New Revision: 4941
Modified:
base/trunk/ChangeLog
base/trunk/mpulsweb/templates/help/help.mako
Log:
Do not escape "common help string" on help page as it might contains links an other html.
Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog 2011-05-04 16:46:37 UTC (rev 4940)
+++ base/trunk/ChangeLog 2011-05-06 13:01:45 UTC (rev 4941)
@@ -1,3 +1,8 @@
+2011-05-06 Torsten Irländer <torsten.irlaender at intevation.de>
+
+ * mpulsweb/templates/help/help.mako: Do not escape "common help
+ string" on help page as it might contains links an other html.
+
2011-05-04 Bernhard Herzog <bh at intevation.de>
* mpulsweb/templates/phase/phase.mako: When listing the fields
Modified: base/trunk/mpulsweb/templates/help/help.mako
===================================================================
--- base/trunk/mpulsweb/templates/help/help.mako 2011-05-04 16:46:37 UTC (rev 4940)
+++ base/trunk/mpulsweb/templates/help/help.mako 2011-05-06 13:01:45 UTC (rev 4941)
@@ -89,4 +89,4 @@
</ul>
% endif
<h2>${_('Common help')}</h2>
-<p>${_('For further help please consult the documentation.')}</p>
+<p>${h.literal(_('For further help please consult the documentation.'))}</p>
More information about the Mpuls-commits
mailing list