diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-08-05 18:27:27 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-08-05 18:27:27 -0400 |
commit | 95ba22c5d7ffb28fa5c44a398edca86cc0f637f5 (patch) | |
tree | c264cf74622289bff04150b0d0777890d105a106 /tpl/index.php | |
parent | d77982b9b47b8b17051000cfcf3db1a8945d6279 (diff) |
Switch DOCTYPE's to the XHTML 5 DOCTYPE
Diffstat (limited to 'tpl/index.php')
-rw-r--r-- | tpl/index.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tpl/index.php b/tpl/index.php index 5f1ed8439..be375e75a 100644 --- a/tpl/index.php +++ b/tpl/index.php @@ -1,6 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html -PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title><?php echo section('title'); ?></title> @@ -44,4 +42,4 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" </div> </div> </body> - </html>
\ No newline at end of file + </html> |