diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 397418ab0..3c7c6f170 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -56,7 +56,8 @@ # set h1's default value here only if it is undefined. %] [% IF !h1.defined %][% h1 = title %][% END %] -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>[% title FILTER html %]</title> |