diff options
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> |