php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33608 Indexer doesn't like out-of-place <title>
Submitted: 2005-07-07 21:59 UTC Modified: 2007-08-24 14:12 UTC
From: sean at caedmon dot net Assigned:
Status: Wont fix Package: Livedocs problem
PHP Version: Irrelevant OS: Linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2005-07-07 21:59 UTC] 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>




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-08-24 14:12 UTC] philip@php.net
Livedocs is no longer in development, the current build system is
titled PhD.

Note: This is not a problem in PhD.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC