diff options
-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 |