php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #51833 Multiple paragraphs in notes render incorrectly
Submitted: 2010-05-16 15:45 UTC Modified: 2010-05-23 14:57 UTC
From: [email protected] Assigned: degeberg (profile)
Status: Closed Package: Doc Build problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2010-05-16 15:45 UTC] [email protected]
Description:
------------
When multiple <para> elements are used in a <note>, they are rendered incorrectly. Instead of being rendered as multiple <p> tags they become a single <p> tag with each paragraph separated by a single <br>.

An example can be seen in the last note here: http://docs.php.net/manual/en/datetime.formats.date.php

Test script:
---------------
<note>
 <para>Paragraph 1.</para>
 <para>Paragraph 2.</para>
</note>


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-05-23 14:57 UTC] [email protected]
Automatic comment from SVN on behalf of degeberg
Revision: http://svn.php.net/viewvc/?view=revision&amp;revision=299645
Log: Fixed PHP bug #51833 (Multiple paragraphs in notes render incorrectly)
 [2010-05-23 14:57 UTC] [email protected]
-Status: Open +Status: Closed -Assigned To: +Assigned To: degeberg
 [2010-05-23 14:57 UTC] [email protected]
This bug has been fixed in SVN. Since the websites are not directly
updated from the SVN server, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Apr 25 15:01:28 2025 UTC