Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5350
Modified Files:
serendipity_genpage.inc.php
Log Message:
doctype header
Index: serendipity_genpage.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_genpage.inc.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- serendipity_genpage.inc.php 7 Apr 2004 12:42:42 -0000 1.27
+++ serendipity_genpage.inc.php 2 May 2004 20:49:59 -0000 1.28
@@ -3,7 +3,7 @@
// serendipity is embedded into an existing structure. No need to output headers then.
if ($serendipity['XHTML11']) {
?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/xhtml1-transitional.dtd">
<?php
} else {
|