summaryrefslogtreecommitdiffstats
path: root/template/en/default/list
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-01-08 20:35:30 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2014-01-08 20:35:30 +0100
commitde313c7a491d415403698afc7d561143aa0b3a4b (patch)
treeb1f842845de5a390ab335b005b2587db9d48c70e /template/en/default/list
parentba72ec962110807f22836300e262517d27a96e21 (diff)
downloadbugzilla-de313c7a491d415403698afc7d561143aa0b3a4b.tar.gz
bugzilla-de313c7a491d415403698afc7d561143aa0b3a4b.tar.xz
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.tmpl3
-rw-r--r--template/en/default/list/server-push.html.tmpl1
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>