diff options
author | Robert Medeiros <robert.medeiros@utoronto.ca> | 2005-04-08 18:10:11 +0200 |
---|---|---|
committer | Robert Medeiros <robert.medeiros@utoronto.ca> | 2005-04-08 18:10:11 +0200 |
commit | e663d547ad722cf0db8311002228895ada706343 (patch) | |
tree | 2baf7be91c0d4a615d19999a95212acf44c88e99 | |
parent | 426d8ff4dbde756dd678712847a0fc783edb75ce (diff) | |
download | rpg-e663d547ad722cf0db8311002228895ada706343.tar.gz rpg-e663d547ad722cf0db8311002228895ada706343.tar.bz2 |
change main template doctype to XHTML 1.1
darcs-hash:20050408161011-8e73e-e356e1952c8b8d4cb17915c2531d63565a8d17bc.gz
-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 26b614798..ce35a740a 100644 --- a/tpl/default/main.php +++ b/tpl/default/main.php @@ -1,5 +1,5 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" + "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <? /** * DokuWiki Default Template |