Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31289
Modified Files:
serendipity_genpage.inc.php
Log Message:
fixed wrong dtd uri
Index: serendipity_genpage.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_genpage.inc.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- serendipity_genpage.inc.php 27 Jul 2004 21:02:17 -0000 1.33
+++ serendipity_genpage.inc.php 30 Sep 2004 13:39:40 -0000 1.34
@@ -4,7 +4,7 @@
if ($serendipity['XHTML11']) {
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/xhtml1-transitional.dtd">
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<?php
} else {
?>
|