[bugzilla-gnome-org-extensions] Fix HTML in templates
- From: Krzesimir Nowak <krnowak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bugzilla-gnome-org-extensions] Fix HTML in templates
- Date: Thu, 20 Nov 2014 22:24:15 +0000 (UTC)
commit 674b887cfa72acc905ec778b22aa58f9ba6479d9
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]