summaryrefslogtreecommitdiff
path: root/lib/htmloutputter.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-08-05 18:27:27 -0400
committerCraig Andrews <candrews@integralblue.com>2009-08-05 18:27:27 -0400
commit95ba22c5d7ffb28fa5c44a398edca86cc0f637f5 (patch)
treec264cf74622289bff04150b0d0777890d105a106 /lib/htmloutputter.php
parentd77982b9b47b8b17051000cfcf3db1a8945d6279 (diff)
Switch DOCTYPE's to the XHTML 5 DOCTYPE
Diffstat (limited to 'lib/htmloutputter.php')
-rw-r--r--lib/htmloutputter.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/htmloutputter.php b/lib/htmloutputter.php
index 06603ac05..cba8a5f5e 100644
--- a/lib/htmloutputter.php
+++ b/lib/htmloutputter.php
@@ -110,9 +110,7 @@ class HTMLOutputter extends XMLOutputter
$this->extraHeaders();
- $this->startXML('html',
- '-//W3C//DTD XHTML 1.0 Strict//EN',
- 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');
+ $this->startXML('html');
$language = $this->getLanguage();