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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: degeberg@php.net
New email:
PHP Version: OS:

 

 [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 09:01:30 2024 UTC