summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/reports')
-rw-r--r--template/en/default/reports/duplicates-simple.html.tmpl3
-rw-r--r--template/en/default/reports/report-simple.html.tmpl7
2 files changed, 3 insertions, 7 deletions
diff --git a/template/en/default/reports/duplicates-simple.html.tmpl b/template/en/default/reports/duplicates-simple.html.tmpl
index 6f586546a..95185c414 100644
--- a/template/en/default/reports/duplicates-simple.html.tmpl
+++ b/template/en/default/reports/duplicates-simple.html.tmpl
@@ -10,8 +10,7 @@
# You need to fulfill the interface to duplicates-table.html.tmpl.
#%]
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE html>
<html>
[% IF product.size %]
[% title = BLOCK %]
diff --git a/template/en/default/reports/report-simple.html.tmpl b/template/en/default/reports/report-simple.html.tmpl
index 17b87c6a6..9be2f0113 100644
--- a/template/en/default/reports/report-simple.html.tmpl
+++ b/template/en/default/reports/report-simple.html.tmpl
@@ -10,16 +10,13 @@
# You need to fulfill the interface to report-table.html.tmpl.
#%]
+<!DOCTYPE html>
<html>
-
- [% title = "$terms.Bug List" %]
-
<head>
- <title>[% title FILTER html %]</title>
+ <title>[% "$terms.Bug List" FILTER html %]</title>
</head>
<body>
[% PROCESS "reports/report-table.html.tmpl" %]
</body>
-
</html>