jimw            Tue Jul  2 21:25:22 2002 EDT

  Modified files:              
    /phpdoc/scripts     missing-entities.sh.in 
  Log:
  give the missing-stuff appendix an id to avoid the shifting autogenerated id it gets 
otherwise
  
  
Index: phpdoc/scripts/missing-entities.sh.in
diff -u phpdoc/scripts/missing-entities.sh.in:1.4 
phpdoc/scripts/missing-entities.sh.in:1.5
--- phpdoc/scripts/missing-entities.sh.in:1.4   Sat Feb  2 13:57:57 2002
+++ phpdoc/scripts/missing-entities.sh.in       Tue Jul  2 21:25:22 2002
@@ -21,7 +21,7 @@
 # extract and rewrite undefined id error messages
 echo "<?xml version='1.0' encoding='iso-8859-1'?> " \
 > entities/missing-ids.xml
-echo "<appendix><title>missing stuff</title>" \
+echo "<appendix =\"missing-stuff\"><title>missing stuff</title>" \
 >> entities/missing-ids.xml
 @SP_OPTIONS@ $NSGMLS -i lang-$LANG -s $XMLDCL manual.xml       2>&1 \
 | grep non-existent \



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to