php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46924 parameter elements force incorrect line breaks
Submitted: 2008-12-22 04:45 UTC Modified: 2009-01-01 23:14 UTC
From: [email protected] Assigned: bjori (profile)
Status: Closed Package: Doc Build problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2008-12-22 04:45 UTC] [email protected]
Description:
------------
In http://doc.php.net/php/dochowto/cvs-login.php and other pages, commands in the doc howto that should be a single line are now split awkwardly over multiple lines.

Reproduce code:
---------------
    <informalexample>
     <programlisting>
$ cvs -d :pserver:<parameter>username</parameter>@cvs.php.net:/repository checkout <parameter>phpdoc</parameter>
     </programlisting>
    </informalexample>


Expected result:
----------------
<div class="example-contents"><div class="cdata"><pre>$ cvs -d :pserver:<i><tt class="parameter">username</tt></i>@cvs.php.net:/repository checkout <i><tt class="parameter">phpdoc</tt></i></pre></div></div>

Actual result:
--------------
<div class="example-contents"><div class="cdata"><pre>$ cvs -d :pserver:</pre></div><i><tt class="parameter">username</tt></i>
<div class="cdata"><pre>@cvs.php.net:/repository checkout </pre></div><i><tt class="parameter">phpdoc</tt></i>

     </div>


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-01-01 23:14 UTC] [email protected]
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-2025 The PHP Group
All rights reserved.
Last updated: Thu Jun 19 10:02:20 2025 UTC