[splinter] Fix HTML in templates



commit 54e0d36cf93cd025788723185fb6385257b1ddf0
Author: Olav Vitters <olav bkor dhs org>
Date:   Tue Oct 13 14:15:24 2009 +0200

    Fix HTML in templates

 .../template/en/attachment/list-action.html.tmpl   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/extension/template/en/attachment/list-action.html.tmpl b/extension/template/en/attachment/list-action.html.tmpl
index 325502d..52ddced 100644
--- a/extension/template/en/attachment/list-action.html.tmpl
+++ b/extension/template/en/attachment/list-action.html.tmpl
@@ -21,8 +21,8 @@
 [% IF attachment.ispatch %]
 &#x0020; |
   [% IF Param("splinter_base").search('\?') %]
-    <a href='[% Param("splinter_base") %]&bug=[% bugid %]&attachment=[% attachment.id %]'>Review</a>
+    <a href='[% Param("splinter_base") FILTER html %]&amp;bug=[% bugid %]&amp;attachment=[% attachment.id %]'>Review</a>
   [% ELSE %]
-    <a href='[% Param("splinter_base") %]?bug=[% bugid %]&attachment=[% attachment.id %]'>Review</a>
+    <a href='[% Param("splinter_base") FILTER html %]?bug=[% bugid %]&amp;attachment=[% attachment.id %]'>Review</a>
   [% END %]
 [% END %]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]