diff options
author | zach%zachlipton.com <> | 2002-04-04 04:01:01 +0000 |
---|---|---|
committer | zach%zachlipton.com <> | 2002-04-04 04:01:01 +0000 |
commit | 09114c215c8c58595964ff017ab80394860fd75b (patch) | |
tree | 2e6931289bde6c6fc426dcbccbcc004970ef7984 /template/default/admin/account_exists.tmpl | |
parent | 153a60fc43567d0b79aa6bf1d70e76be12521de1 (diff) | |
download | bugs-09114c215c8c58595964ff017ab80394860fd75b.tar bugs-09114c215c8c58595964ff017ab80394860fd75b.tar.gz bugs-09114c215c8c58595964ff017ab80394860fd75b.tar.bz2 bugs-09114c215c8c58595964ff017ab80394860fd75b.tar.xz bugs-09114c215c8c58595964ff017ab80394860fd75b.zip |
Fix for bug 98658: Let administrator know which customised templates have been updated by Bugzilla team.
Patch adds a version string to every template and a check in
t/004template.t to check for version strings in templates.
Note that two templates that were not included in the initial patch
now have version strings added.
r=justdave, r2=myk
Diffstat (limited to 'template/default/admin/account_exists.tmpl')
-rw-r--r-- | template/default/admin/account_exists.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/default/admin/account_exists.tmpl b/template/default/admin/account_exists.tmpl index 0f1882b42..23b9e0338 100644 --- a/template/default/admin/account_exists.tmpl +++ b/template/default/admin/account_exists.tmpl @@ -1,3 +1,4 @@ +<!-- 1.0@bugzilla.org --> [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of |