php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44598 Much space on 'expected output' section
Submitted: 2008-04-01 22:44 UTC Modified: 2009-01-01 22:53 UTC
From: felipensp at gmail dot com Assigned: bjori (profile)
Status: Closed Package: Doc Build problem
PHP Version: Irrelevant OS:
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:
5 + 11 = ?
Subscribe to this entry?

 
 [2008-04-01 22:44 UTC] felipensp at gmail dot com
Description:
------------
The 'expected output' section shows much space on below part.

Some examples:
- http://docs.php.net/preg-match
- http://docs.php.net/curl-setopt
- http://docs.php.net/sprintf


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-11-05 04:15 UTC] kalle@php.net
The issue seems to come from that theres two <pre> tags inside the placeholder for the examples so its:

<pre>
<div class="cdata">
<pre>
example
</pre>
</div>
</pre>

The outer pre will cause this extra whitespace. Changing this will also fix the background color on the first <pre> tag from being different from the one on the <div>.
 [2009-01-01 22:53 UTC] bjori@php.net
This bug has been fixed in CVS. Since the websites are not directly
updated from the CVS 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: Thu Apr 25 00:01:41 2024 UTC