diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-06 12:32:09 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-06 12:32:09 -0400 |
commit | 2087ae621c60794e6dd9a41275e73db8529cd2a2 (patch) | |
tree | c3115552fa50e20696ee91b5ee438e6d62c004e4 /tpl/index.php | |
parent | 43e1c3d71f0366be96c4d7fe8d6b7d76c7f90498 (diff) | |
parent | c8c2d9d7c93f40e7ac81c6211f8ba4c3f6ae91d9 (diff) |
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
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> |