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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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