php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #47957 Rendering differences between book and chapter titles
Submitted: 2009-04-13 10:16 UTC Modified: 2012-04-06 17:40 UTC
Votes:2
Avg. Score:2.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: cweiske@php.net Assigned:
Status: Not a bug Package: Doc Build problem
PHP Version: Irrelevant OS:
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: cweiske@php.net
New email:
PHP Version: OS:

 

 [2009-04-13 10:16 UTC] cweiske@php.net
Description:
------------
Hello PhD team,

As I prefer to avoid cross posting, I just want to say that I found a 
possible render problem (found on PEAR Manual build).

See my post [1], it's related to DocBook5 source code just committed [2]

In summary two different render:

<book> -> <info> -> <abstract>
==> text intro follow by table of contents  

<chapter> -> <info> -> <abstract>
==> table of contents follow by text intro  

I'd like your opinion

Laurent Laville


[1] http://news.php.net/php.pear.doc/11476
[2] 
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-quickform-advmultiselect.xml?view=log



I would like that's also the same case with <section> docbook tag.

<book> -> <info> -> <abstract>
==> text intro follow by table of contents  

<chapter> -> <info> -> <abstract>
==> table of contents follow by text intro  

<section> -> <info> -> <abstract>
==> table of contents follow by text intro  

See new commit (revision 1.12) of
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-quickform-advmultiselect.xml?view=log



Reproduce code:
---------------
References:
http://news.php.net/php.doc/969380055
http://news.php.net/php.doc/969380056
http://news.php.net/php.doc/969380064


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-04-06 17:40 UTC] bjori@php.net
-Status: Open +Status: Not a bug
 [2012-04-06 17:40 UTC] bjori@php.net
This was intentional at the time.
And since we haven't recieved any more complaints about it.. closing this issue
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC