#%]
+[%# Filter off the name here to be used multiple times below %]
+[% name = name FILTER html %]
+
[% INCLUDE global/header
title = "Confirm Delete of Attachment Status '$name'"
%]
diff --git a/template/default/attachstatus/edit.atml b/template/default/attachstatus/edit.atml
index 366f8eb70..1186d7637 100755
--- a/template/default/attachstatus/edit.atml
+++ b/template/default/attachstatus/edit.atml
@@ -35,14 +35,14 @@
Name: |
-
+
|
Description: |
-
+
|
@@ -56,7 +56,7 @@
Product: |
- [% product %]
+ [% product FILTER html %]
|
diff --git a/template/default/attachstatus/list.atml b/template/default/attachstatus/list.atml
index f2d0a4f51..551ab182a 100755
--- a/template/default/attachstatus/list.atml
+++ b/template/default/attachstatus/list.atml
@@ -43,7 +43,7 @@
[% statusdef.name FILTER html %] |
[% statusdef.description FILTER html %] |
[% statusdef.sortkey %] |
- [% statusdef.product %] |
+ [% statusdef.product FILTER html %] |
Edit
diff --git a/template/default/buglist/buglist.html.tmpl b/template/default/buglist/buglist.html.tmpl
index e4afa8e4d..37a202fe5 100644
--- a/template/default/buglist/buglist.html.tmpl
+++ b/template/default/buglist/buglist.html.tmpl
@@ -43,7 +43,7 @@
[% END %]
[% IF quip %]
- [% quip %]
+ [% quip FILTER html %]
[% END %]
diff --git a/template/default/buglist/change-form.tmpl b/template/default/buglist/change-form.tmpl
index 8bec88c3e..60c1a2de7 100644
--- a/template/default/buglist/change-form.tmpl
+++ b/template/default/buglist/change-form.tmpl
@@ -246,8 +246,8 @@
@@ -279,7 +279,7 @@
Reassign bugs to
diff --git a/template/default/global/header b/template/default/global/header
index 5e6a183dd..dfb3cc080 100755
--- a/template/default/global/header
+++ b/template/default/global/header
@@ -11,7 +11,7 @@
- [% title %]
+ [% title FILTER html %]
[% Param('headerhtml') %]
diff --git a/template/default/index.tmpl b/template/default/index.tmpl
index 2f3603c68..7b00539e8 100644
--- a/template/default/index.tmpl
+++ b/template/default/index.tmpl
@@ -56,7 +56,7 @@ function addSidebar() {
[% IF username %]
My Bugs
Change password or user preferences
- Logout [% username %]
+ Logout [% username FILTER html %]
[% ELSE %]
Log in to an existing account
Open a new Bugzilla account
diff --git a/template/default/info/describe-components.tmpl b/template/default/info/describe-components.tmpl
index 5ee8bf4a0..c9dacca10 100644
--- a/template/default/info/describe-components.tmpl
+++ b/template/default/info/describe-components.tmpl
@@ -19,9 +19,10 @@
# Contributor(s): Bradley Baetz
#%]
+[% filtered_product = product FILTER html %]
[% INCLUDE global/header
- title = "Components for $product"
- h2 = product %]
+ title = "Components for $product"
+ h2 = filtered_product %]
[% IF Param("useqacontact") %]
[% numcols = 3 %]
@@ -70,7 +71,7 @@
|
- [% comp.initialowner %]
+ [% comp.initialowner FILTER html %]
|
[% IF Param("useqacontact") %]
diff --git a/template/default/info/quips.tmpl b/template/default/info/quips.tmpl
index 37e9d863f..d05557650 100644
--- a/template/default/info/quips.tmpl
+++ b/template/default/info/quips.tmpl
@@ -27,7 +27,7 @@
[% IF added_quip %]
- Your quip '[% added_quip %]' has been added.
+ Your quip '[% added_quip FILTER html %]' has been added.
[% END %]
diff --git a/template/default/prefs/account.tmpl b/template/default/prefs/account.tmpl
index e436d07a5..2033e86fc 100644
--- a/template/default/prefs/account.tmpl
+++ b/template/default/prefs/account.tmpl
@@ -69,7 +69,7 @@
[% IF new_login_name %]
|
Pending email address: |
- [% new_login_name %] |
+ [% new_login_name FILTER html %] |
Change request expires: |
diff --git a/template/default/prefs/userprefs.tmpl b/template/default/prefs/userprefs.tmpl
index 8992794b1..5d9fc6eb3 100644
--- a/template/default/prefs/userprefs.tmpl
+++ b/template/default/prefs/userprefs.tmpl
@@ -34,10 +34,11 @@
# displaying anything, and can contain an optional custom
# message if required (which Perl still evaluates as True).
#%]
-
+
+[% filtered_login = login FILTER html %]
[% INCLUDE global/header
title = "User Preferences"
- h2 = login
+ h2 = filtered_login
style = "td.selected_tab {
border-width: 2px 2px 0px;
border-style: solid;
diff --git a/template/default/show/comments.tmpl b/template/default/show/comments.tmpl
index 14828175d..b020caa0f 100644
--- a/template/default/show/comments.tmpl
+++ b/template/default/show/comments.tmpl
@@ -39,7 +39,7 @@
------- Additional Comment
#[% count %] From
- [% comment.name %]
+ [% comment.name FILTER html %]
[%+ comment.time %] -------
[% END %]
diff --git a/template/default/show/multiple.tmpl b/template/default/show/multiple.tmpl
index 2673c5457..8313323aa 100644
--- a/template/default/show/multiple.tmpl
+++ b/template/default/show/multiple.tmpl
@@ -96,7 +96,7 @@
[% IF Param('usetargetmilestone') %]
Target Milestone:
- [% bug.target_milestone %]
+ [% bug.target_milestone FILTER html %]
[% END %]
|
@@ -109,14 +109,14 @@
- Summary: [% bug.short_desc %]
+ Summary: [% bug.short_desc FILTER html %]
|
[% IF use_keywords %]
- Keywords: [% bug.keywords %]
+ Keywords: [% bug.keywords FILTER html %]
|
[% END %]
@@ -151,6 +151,6 @@
[% BLOCK cell %]
[% attr.description%]:
- [% bug.${attr.name} %]
+ [% bug.${attr.name} FILTER html %]
|
[% END %]
diff --git a/template/default/show/show_bug.html.tmpl b/template/default/show/show_bug.html.tmpl
index c6f7deb2b..9b77c23a2 100644
--- a/template/default/show/show_bug.html.tmpl
+++ b/template/default/show/show_bug.html.tmpl
@@ -19,11 +19,12 @@
# Contributor(s): Gervase Markham
#%]
+[% filtered_desc = bug.short_desc FILTER html %]
[% UNLESS header_done %]
[% INCLUDE global/header
title = "Bug $bug.bug_id - $bug.short_desc"
h1 = "Bugzilla Bug $bug.bug_id"
- h2 = bug.short_desc
+ h2 = filtered_desc
extra = navigation_links()
%]
[% END %]
diff --git a/template/default/token/confirmemail.html.tmpl b/template/default/token/confirmemail.html.tmpl
index e34a93e63..4d4102968 100644
--- a/template/default/token/confirmemail.html.tmpl
+++ b/template/default/token/confirmemail.html.tmpl
@@ -27,7 +27,7 @@