goba Sat Jul 27 09:47:57 2002 EDT Modified files: /phpdoc funcindex.xml /phpdoc/scripts genfuncindex.php Log: Appendix needs at least a <para> after <index> Index: phpdoc/funcindex.xml diff -u phpdoc/funcindex.xml:1.11 phpdoc/funcindex.xml:1.12 --- phpdoc/funcindex.xml:1.11 Sat Jul 27 09:43:56 2002 +++ phpdoc/funcindex.xml Sat Jul 27 09:47:55 2002 @@ -2798,4 +2798,5 @@ <indexentry><primaryie><function>zip_read</function></primaryie></indexentry> </indexdiv> </index> + <para></para> </appendix> Index: phpdoc/scripts/genfuncindex.php diff -u phpdoc/scripts/genfuncindex.php:1.7 phpdoc/scripts/genfuncindex.php:1.8 --- phpdoc/scripts/genfuncindex.php:1.7 Sat Jul 27 09:18:31 2002 +++ phpdoc/scripts/genfuncindex.php Sat Jul 27 09:47:57 2002 @@ -16,9 +16,9 @@ # | Authors: Hartmut Holzgraefe <[EMAIL PROTECTED]> | # +----------------------------------------------------------------------+ # -# $Id: genfuncindex.php,v 1.7 2002/07/27 13:18:31 goba Exp $ +# $Id: genfuncindex.php,v 1.8 2002/07/27 13:47:57 goba Exp $ */ -echo "<?xml version='1.0' encoding='iso-8859-1'?>\n"; +echo "<" . "?xml version='1.0' encoding='iso-8859-1'?" . ">\n"; ?> <!-- DO NOT EDIT THIS FILE, IT WAS AUTO-GENERATED BY genfuncindex.php --> <appendix id="index"> @@ -46,4 +46,5 @@ ?> </indexdiv> </index> + <para></para> </appendix>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php