| philip@php.net 2007-08-24, 7:02 pm |
| ID: 33608
Updated by: philip@php.net
Reported By: sean at caedmon dot net
-Status: Open
+Status: Wont fix
Bug Type: Livedocs problem
Operating System: Linux
PHP Version: Irrelevant
New Comment:
Livedocs is no longer in development, the current build system is
titled PhD.
Note: This is not a problem in PhD.
Previous Comments:
------------------------------------------------------------------------
[2005-07-07 21:59:33] sean at caedmon dot net
Description:
------------
When indexing/building the TOC, livedocs will ignore the title if it is
in an unexpected, yet legal, place.
works: peardoc/en/chapters/standards.xml
fails: peardoc/en/chapters/installation.xml
LMK if you want more detials.
S
Reproduce code:
---------------
<chapter>
<title>This works fine</title>
...
</chapter>
<chapter>
<chapterinfo>
...
</chapterinfo>
<title>This does not work</title>
...
</chapter>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=33608&edit=1
|