diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2007-11-22 12:32:35 +0100 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2007-11-22 12:32:35 +0100 |
commit | 0a7345dfa8a6d061e13394fdbe31c77231f1847c (patch) | |
tree | 1cb7d9ee680268aea821fc8ca4a1c318b3289f9c /tmpl/prefs_set.tt2 | |
parent | 8c978d76179b4f573c1eb9b9bb9db966c81330bb (diff) |
IE fixes, HTML fixes, ++
Diffstat (limited to 'tmpl/prefs_set.tt2')
-rw-r--r-- | tmpl/prefs_set.tt2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tmpl/prefs_set.tt2 b/tmpl/prefs_set.tt2 index 735e700..47c82d0 100644 --- a/tmpl/prefs_set.tt2 +++ b/tmpl/prefs_set.tt2 @@ -1,8 +1,8 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" -"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" +"http://www.w3.org/TR/html4/loose.dtd"> +<html lang="en"> <head> - <meta http-equiv="refresh" content="0;url=[% return %]" /> + <meta http-equiv="refresh" content="0;url=[% return %]"> </head> <body onload="location.href='[% return %]';"> <small><a href="[% return %]">Return to the source...</a></small> |