[splinter] Fix HTML in templates
- From: Olav Vitters <ovitters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [splinter] Fix HTML in templates
- Date: Tue, 13 Oct 2009 12:15:41 +0000 (UTC)
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 %]
  |
[% IF Param("splinter_base").search('\?') %]
- <a href='[% Param("splinter_base") %]&bug=[% bugid %]&attachment=[% attachment.id %]'>Review</a>
+ <a href='[% Param("splinter_base") FILTER html %]&bug=[% bugid %]&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 %]&attachment=[% attachment.id %]'>Review</a>
[% END %]
[% END %]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]