diff options
author | lpsolit%gmail.com <> | 2006-03-07 07:33:47 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-03-07 07:33:47 +0100 |
commit | 88f0442c7c99176b49be4b6798e88005c6266216 (patch) | |
tree | 0a3d83c85abfdf63dbf13bb455aa81cebf1791a0 /template/en | |
parent | 0ee6a1b155e14b31b2b5875d3c928332a1485f26 (diff) | |
download | bugzilla-88f0442c7c99176b49be4b6798e88005c6266216.tar.gz bugzilla-88f0442c7c99176b49be4b6798e88005c6266216.tar.xz |
Bug 329289: sidebar.xul.tmpl generates version info in output .html - Patch by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=myk
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/filterexceptions.pl | 4 | ||||
-rw-r--r-- | template/en/default/sidebar.xul.tmpl | 3 |
2 files changed, 1 insertions, 6 deletions
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index b22782147..3dd671b38 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -51,10 +51,6 @@ 'bug.bug_id', ], -'sidebar.xul.tmpl' => [ - 'template_version', -], - 'flag/list.html.tmpl' => [ 'flag.id', 'flag.status', diff --git a/template/en/default/sidebar.xul.tmpl b/template/en/default/sidebar.xul.tmpl index b78b5521b..18f8e7573 100644 --- a/template/en/default/sidebar.xul.tmpl +++ b/template/en/default/sidebar.xul.tmpl @@ -1,4 +1,4 @@ -[% template_version = "1.0@bugzilla.org" %] +[%# 1.0@bugzilla.org %] [%# -*- mode: sgml -*- %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file @@ -25,7 +25,6 @@ [% PROCESS global/variables.none.tmpl %] <?xml version="1.0"?> -<!-- [% template_version %] --> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="[% Param('urlbase') %]skins/standard/panel.css" type="text/css"?> <window |