summaryrefslogtreecommitdiff
path: root/install.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 /install.php
parentd77982b9b47b8b17051000cfcf3db1a8945d6279 (diff)
Switch DOCTYPE's to the XHTML 5 DOCTYPE
Diffstat (limited to 'install.php')
-rw-r--r--install.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/install.php b/install.php
index 227f99789..ea2135651 100644
--- a/install.php
+++ b/install.php
@@ -383,9 +383,7 @@ function runDbScript($filename, $conn, $type='mysql')
?>
<?php echo"<?"; ?> xml version="1.0" encoding="UTF-8" <?php echo "?>"; ?>
-<!DOCTYPE html
-PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<title>Install Laconica</title>