diff options
| author | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-11-26 14:19:39 +0000 |
|---|---|---|
| committer | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-11-26 14:19:39 +0000 |
| commit | 2658167153522e7fc57b6a206b3a9858a6c9b8bc (patch) | |
| tree | fc24a4a0cc81354999de942ed08b800bf6a4c9ed | |
| parent | c7b63e7b6a087c2cc92230c456d2e2d54c346b7e (diff) | |
| download | forums-2658167153522e7fc57b6a206b3a9858a6c9b8bc.tar forums-2658167153522e7fc57b6a206b3a9858a6c9b8bc.tar.gz forums-2658167153522e7fc57b6a206b3a9858a6c9b8bc.tar.bz2 forums-2658167153522e7fc57b6a206b3a9858a6c9b8bc.tar.xz forums-2658167153522e7fc57b6a206b3a9858a6c9b8bc.zip | |
Oops, accidentaly changed the DOCTYPE..
git-svn-id: file:///svn/phpbb/trunk@1455 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/templates/subSilver/overall_header.tpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/overall_header.tpl b/phpBB/templates/subSilver/overall_header.tpl index f60a32af28..e4ef97b46f 100644 --- a/phpBB/templates/subSilver/overall_header.tpl +++ b/phpBB/templates/subSilver/overall_header.tpl @@ -1,4 +1,7 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" --> +<!-- <html xmlns="http://www.w3.org/1999/xhtml"> --> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html" /> |
