diff options
author | andi <andi@splitbrain.org> | 2005-04-24 15:29:22 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-04-24 15:29:22 +0200 |
commit | 506ae684bcf1ce877f4b74e255056d17161e4cc0 (patch) | |
tree | d0db80e9ffe246fc871b8d642d4b88c8a7eee427 /tpl/default/main.php | |
parent | c27ff579c062b3489dae397eb8654e4628d3b2cc (diff) | |
download | rpg-506ae684bcf1ce877f4b74e255056d17161e4cc0.tar.gz rpg-506ae684bcf1ce877f4b74e255056d17161e4cc0.tar.bz2 |
finally valid XHTML again
darcs-hash:20050424132922-9977f-5e9acbeae431ca1c605169829e580bf094a09ef9.gz
Diffstat (limited to 'tpl/default/main.php')
-rw-r--r-- | tpl/default/main.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/default/main.php b/tpl/default/main.php index 13274154d..35fd97713 100644 --- a/tpl/default/main.php +++ b/tpl/default/main.php @@ -1,5 +1,5 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <? /** * DokuWiki Default Template |