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
 [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: Fri Mar 29 12:01:27 2024 UTC