Description

If there are trailing blank after }}}, a <li> tag is generated outside of a list (because it thinks there is some list type=none indentation there, because }}} gets stripped, so just some blank "indentation" remains).

Steps to reproduce

take a look at the html source of this page.

Also see http://validator.w3.org/check?uri=http://moinmoin.wikiwikiweb.de/MoinMoinBugs/ListItemGeneratedOutsideList

Test case 1

   1   * list item
   2 
   3 {{{#!python
   4 code using any colorizer
   5 }}} 
   6 
   7 first paragraph
test-case1.txt

   1 code using any colorizer

first paragraph

Details

This Wiki.

Workaround

None known.

Discussion

Must be fixed for HTML compliance, I suppose.

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/ListItemGeneratedOutsideList (last edited 2007-10-29 19:10:04 by localhost)