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: degeberg@php.net Assigned: degeberg (profile)
Status: Closed Package: Doc Build problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
26 - 11 = ?
Subscribe to this entry?

 
 [2010-05-16 15:45 UTC] degeberg@php.net
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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-05-23 14:57 UTC] degeberg@php.net
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] degeberg@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: degeberg
 [2010-05-23 14:57 UTC] degeberg@php.net
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-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 06:01:30 2024 UTC