Last modified: 2010-05-15 15:56:41 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> <li> Deeper </ol> <li> Something else </ol> 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.)
*** This bug has been marked as a duplicate of 5497 ***