diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-01-08 20:35:30 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-01-08 20:35:30 +0100 |
commit | de313c7a491d415403698afc7d561143aa0b3a4b (patch) | |
tree | b1f842845de5a390ab335b005b2587db9d48c70e /template/en/default/list | |
parent | ba72ec962110807f22836300e262517d27a96e21 (diff) | |
download | bugs-de313c7a491d415403698afc7d561143aa0b3a4b.tar bugs-de313c7a491d415403698afc7d561143aa0b3a4b.tar.gz bugs-de313c7a491d415403698afc7d561143aa0b3a4b.tar.bz2 bugs-de313c7a491d415403698afc7d561143aa0b3a4b.tar.xz bugs-de313c7a491d415403698afc7d561143aa0b3a4b.zip |
Bug 546838: Upgrade Bugzilla to HTML5
r/a=justdave
Diffstat (limited to 'template/en/default/list')
-rw-r--r-- | template/en/default/list/list-simple.html.tmpl | 3 | ||||
-rw-r--r-- | template/en/default/list/server-push.html.tmpl | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/list/list-simple.html.tmpl b/template/en/default/list/list-simple.html.tmpl index 24e2bcf5a..01f784d59 100644 --- a/template/en/default/list/list-simple.html.tmpl +++ b/template/en/default/list/list-simple.html.tmpl @@ -12,8 +12,8 @@ [% DEFAULT title = "$terms.Bug List" %] +<!DOCTYPE html> <html> - <head> <title>[% title FILTER html %]</title> <base href="[% urlbase FILTER html %]"> @@ -28,5 +28,4 @@ [% PROCESS list/table.html.tmpl %] [% END %] </body> - </html> diff --git a/template/en/default/list/server-push.html.tmpl b/template/en/default/list/server-push.html.tmpl index f19d6cbe0..f666d9c8c 100644 --- a/template/en/default/list/server-push.html.tmpl +++ b/template/en/default/list/server-push.html.tmpl @@ -11,6 +11,7 @@ # query: string. The SQL query which makes the buglist. #%] +<!DOCTYPE html> <html> <head> <title>[% terms.Bugzilla %] is pondering your search</title> |