summaryrefslogtreecommitdiffstats
path: root/application/config/doctypes.php
diff options
context:
space:
mode:
authorcenk <gure.cenk@gmail.com>2011-09-25 23:35:25 +0200
committercenk <gure.cenk@gmail.com>2011-09-25 23:35:25 +0200
commit42430a4c1ecc6d0bdaf5253a469d2b01bb3e69f6 (patch)
treed92b99c95115aea929e6e5f5b3bb0624ed838e51 /application/config/doctypes.php
parent5a3284edd6f3de5871804c7e24a9d74e57b2b7a6 (diff)
Added XHTML Basic 1.1 (xhtml-basic11) doctype.
Diffstat (limited to 'application/config/doctypes.php')
-rw-r--r--application/config/doctypes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/config/doctypes.php b/application/config/doctypes.php
index f7e1d19a2..c9f16eedc 100644
--- a/application/config/doctypes.php
+++ b/application/config/doctypes.php
@@ -5,6 +5,7 @@ $_doctypes = array(
'xhtml1-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
'xhtml1-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'xhtml1-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
+ 'xhtml-basic11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">',
'html5' => '<!DOCTYPE html>',
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',