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