aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2015-07-11 16:08:11 +0200
committerChristian Ruppert <idl0r@gentoo.org>2015-07-11 16:08:11 +0200
commitbf1988c8169ed4c5c50eb8bfda1dd2736d39cb33 (patch)
tree077237f351d9f9bb5616ce7b2edb8187e29715c3 /template/en/default/list/list-simple.html.tmpl
parentRemove files no longer kept in the upstream repo (diff)
parentVanilla 4.4.9 to 5.0 without history due to massive merge conflicts (diff)
downloadbugzilla-bf1988c8169ed4c5c50eb8bfda1dd2736d39cb33.tar.gz
bugzilla-bf1988c8169ed4c5c50eb8bfda1dd2736d39cb33.tar.bz2
bugzilla-bf1988c8169ed4c5c50eb8bfda1dd2736d39cb33.zip
Merge branch '4.4.9-to-5.0-vanilla-nohist' into 5.0-migration
Move @gentoo.org restriction for new accounts into the Gentoo extentions. Reset some templates to vanilla/default. We'll use custom ones from now on
Diffstat (limited to 'template/en/default/list/list-simple.html.tmpl')
-rw-r--r--template/en/default/list/list-simple.html.tmpl3
1 files changed, 1 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>