Last modified: 2010-05-15 15:56:41 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T7977, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 5977 - HTML pre-formatted nested lists are broken
HTML pre-formatted nested lists are broken
Status: RESOLVED DUPLICATE of bug 5497
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.6.x
PC Linux
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-05-16 07:07 UTC by Dov Grobgeld
Modified: 2010-05-15 15:56 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Dov Grobgeld 2006-05-16 07:07:37 UTC
Entering HTML formatted lists are broken in 1.6.5 . E.g. the following
media-wiki code:

  Trying to make a numbered list:
  <ol>
  <li> Something
    <ol>
      <li> Deeper
    </ol>
  <li> Something else
  </ol>

Is rendered as:

  <p>Trying to make a numbered list:
  </p><p><ol>
  </p>
  <li> Something
    <ol>
      &lt;li&gt; Deeper
    </ol>

  &lt;li&gt; Something else
  &lt;/ol&gt;

which is clearly wrong.

This worked in 1.5.2 .

(Perhaps some automatic testing should be added to MediaWiki to make sure that
the generated HTML is as intended between the different versions.)
Comment 1 Brion Vibber 2006-05-16 07:53:22 UTC

*** This bug has been marked as a duplicate of 5497 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links