vrana Mon Jul 25 08:01:01 2005 EDT
Modified files: /phpdoc/scripts xml_proto.php Log: Missing </entry> http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.29&r2=1.30&ty=u Index: phpdoc/scripts/xml_proto.php diff -u phpdoc/scripts/xml_proto.php:1.29 phpdoc/scripts/xml_proto.php:1.30 --- phpdoc/scripts/xml_proto.php:1.29 Mon Jul 25 07:57:55 2005 +++ phpdoc/scripts/xml_proto.php Mon Jul 25 08:00:58 2005 @@ -16,7 +16,7 @@ | Authors: Brad House <[EMAIL PROTECTED]> | +----------------------------------------------------------------------+ - $Id: xml_proto.php,v 1.29 2005/07/25 11:57:55 vrana Exp $ + $Id: xml_proto.php,v 1.30 2005/07/25 12:00:58 vrana Exp $ */ /* @@ -144,7 +144,7 @@ } fwrite($fp, '<?xml version="1.0" encoding="iso-8859-1"?>'."\n" . - '<!-- $Revision: 1.29 $ -->'."\n" . + '<!-- $Revision: 1.30 $ -->'."\n" . "<!-- Generated by xml_proto.php v" . $version . ". Found in /scripts directory of phpdoc. -->\n" . "<reference id=\"ref." . $extension_name . "\">\n" . " <title>$extension_name Functions</title>\n" . @@ -229,7 +229,7 @@ $functype = trim($funclist[$i]["function_type"]); fwrite($fp, '<?xml version="1.0" encoding="iso-8859-1"?>'."\n" . - '<!-- $Revision: 1.29 $ -->'."\n" . + '<!-- $Revision: 1.30 $ -->'."\n" . "<!-- Generated by xml_proto.php v" . $version . ". Found in /scripts directory of phpdoc. -->\n" . "<refentry id=\"function." . $fixname . "\">\n" . " <refnamediv>\n" . @@ -318,8 +318,8 @@ " </thead>\n" . " <tbody>\n" . " <row>\n" . - " <entry>Enter the PHP version of change here\n" . - " <entry>Description of change\n" . + " <entry>Enter the PHP version of change here</entry>\n" . + " <entry>Description of change</entry>\n" . " </row>\n" . " </tbody>\n" . " </tgroup>\n" .