summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/header.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-10-15 05:48:47 +0200
committerlpsolit%gmail.com <>2006-10-15 05:48:47 +0200
commitb0ddda44bee03e94f04368dd68e8c0784de4a945 (patch)
treea1df1928c46bbe1b99cb06bad981dc69c13bc65d /template/en/default/global/header.html.tmpl
parentb1ef63e5bfc0d3995245b42154686db1400b2c22 (diff)
downloadbugzilla-b0ddda44bee03e94f04368dd68e8c0784de4a945.tar.gz
bugzilla-b0ddda44bee03e94f04368dd68e8c0784de4a945.tar.xz
Bug 330555: [SECURITY] H1, H2 and H3 are not filtered in global/header.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
Diffstat (limited to 'template/en/default/global/header.html.tmpl')
-rw-r--r--template/en/default/global/header.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index c84f503d0..9b9420ced 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -62,7 +62,7 @@
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
- <title>[% title FILTER html %]</title>
+ <title>[% title %]</title>
[%# Migration note: contents of the old Param 'headerhtml' would go here %]