PHP :: Bug #46726 :: Incorrect HTML output (original) (raw)

| Bug #46726 | Incorrect HTML output | | | | | ------------------------------ | ---------------------------- | --------- | -------------------------------------------------------------------------------------------------------------- | | | Submitted: | 2008-12-01 20:05 UTC | Modified: | 2009-01-01 22:20 UTC | | | From: | ian dot back at bpm1 dot com | Assigned: | bjori (profile) | | | Status: | Closed | Package: | Doc Build problem | | | PHP Version: | Irrelevant | OS: | Irrelevant | | | Private report: | No | CVE-ID: | None | |

[2008-12-01 20:05 UTC] ian dot back at bpm1 dot com

Description:

The function definition pages in the documentation all incorrectly nest

elements inside
elements, which does not follow the HTML spec.

Reproduce code:

From: http://uk3.php.net/manual/en/function.iconv.php

Parameters

<dt>

 <span class="term"><i><tt class="parameter">in_charset</tt></i>
 <dd>

  <p class="para">
   The input charset.
  </p>
 </dd>

</dt>

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports

[2009-01-01 22:20 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.