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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sean at caedmon dot net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 16:01:28 2024 UTC