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/buglist | |
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/buglist')
-rw-r--r-- | template/default/buglist/buglist-rdf.rdf.tmpl | 2 | ||||
-rw-r--r-- | template/default/buglist/buglist-simple.html.tmpl | 1 | ||||
-rw-r--r-- | template/default/buglist/buglist.html.tmpl | 1 | ||||
-rw-r--r-- | template/default/buglist/change-form.tmpl | 1 | ||||
-rw-r--r-- | template/default/buglist/table.tmpl | 1 |
5 files changed, 6 insertions, 0 deletions
diff --git a/template/default/buglist/buglist-rdf.rdf.tmpl b/template/default/buglist/buglist-rdf.rdf.tmpl index 4cf480dcc..c8beb50e3 100644 --- a/template/default/buglist/buglist-rdf.rdf.tmpl +++ b/template/default/buglist/buglist-rdf.rdf.tmpl @@ -1,3 +1,4 @@ +[% template_version = "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 @@ -19,6 +20,7 @@ #%] <?xml version="1.0"?> +<!-- [% template_version %] --> <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:bz="http://www.bugzilla.org/rdf#"> diff --git a/template/default/buglist/buglist-simple.html.tmpl b/template/default/buglist/buglist-simple.html.tmpl index c2e4e6823..883b278d7 100644 --- a/template/default/buglist/buglist-simple.html.tmpl +++ b/template/default/buglist/buglist-simple.html.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 diff --git a/template/default/buglist/buglist.html.tmpl b/template/default/buglist/buglist.html.tmpl index 37a202fe5..150ac2c54 100644 --- a/template/default/buglist/buglist.html.tmpl +++ b/template/default/buglist/buglist.html.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 diff --git a/template/default/buglist/change-form.tmpl b/template/default/buglist/change-form.tmpl index 60c1a2de7..c7c8d00bf 100644 --- a/template/default/buglist/change-form.tmpl +++ b/template/default/buglist/change-form.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 diff --git a/template/default/buglist/table.tmpl b/template/default/buglist/table.tmpl index 59cd5ac83..2afc9bb9d 100644 --- a/template/default/buglist/table.tmpl +++ b/template/default/buglist/table.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 |