diff options
author | gerv%gerv.net <> | 2002-04-18 06:28:13 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-04-18 06:28:13 +0200 |
commit | 65733e3694851e9dea90c5656cc2fc76f8bd154e (patch) | |
tree | 8fbcabb6a3066fb2b5b22805a036466a25f6c332 /template/default/sidebar/xul.tmpl | |
parent | e0df93893fce1a1c2035badd63171b6efa0fc551 (diff) | |
download | bugzilla-65733e3694851e9dea90c5656cc2fc76f8bd154e.tar.gz bugzilla-65733e3694851e9dea90c5656cc2fc76f8bd154e.tar.xz |
Bug 135545 - missing template version strings. Patch by ddk; 2xr=gerv.
Diffstat (limited to 'template/default/sidebar/xul.tmpl')
-rw-r--r-- | template/default/sidebar/xul.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/default/sidebar/xul.tmpl b/template/default/sidebar/xul.tmpl index 6bae21631..02ee1bf9b 100644 --- a/template/default/sidebar/xul.tmpl +++ b/template/default/sidebar/xul.tmpl @@ -1,4 +1,4 @@ -[%# 1.0@bugzilla.org %] +[% template_version = "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 @@ -21,6 +21,7 @@ # Scott Collins <scc@mozilla.org> #%] <?xml version="1.0"?> +<!-- [% template_version %] --> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="[% Param('urlbase') %]css/panel.css" type="text/css"?> <window |