diff options
author | zach%zachlipton.com <> | 2002-04-04 17:01:09 +0200 |
---|---|---|
committer | zach%zachlipton.com <> | 2002-04-04 17:01:09 +0200 |
commit | 7f9b581340be60e5017d4387de4048881afcb075 (patch) | |
tree | 700a88e23277b683215f2bb24c1ed3893772752f /template/default/sidebar | |
parent | 2cdfeb466e078648201b104f8f3f8fe539e37e02 (diff) | |
download | bugzilla-7f9b581340be60e5017d4387de4048881afcb075.tar.gz bugzilla-7f9b581340be60e5017d4387de4048881afcb075.tar.xz |
Fix for bug 135291: add version string to new templates and fix the string for non
xml templates.
r=bbaetz, r2=ddk
Diffstat (limited to 'template/default/sidebar')
-rw-r--r-- | template/default/sidebar/xul.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/sidebar/xul.tmpl b/template/default/sidebar/xul.tmpl index 9f42ddf3b..d8af5d3f2 100644 --- a/template/default/sidebar/xul.tmpl +++ b/template/default/sidebar/xul.tmpl @@ -1,4 +1,4 @@ -<!-- 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 |