Fossil SCM
Wiki engine inserts extra <p> before <li> in lists
Closed
2d00038076fea47…
· opened 17 years ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Important
- Resolution
- Fixed
- Subsystem
- —
- Created
- March 24, 2009 7:26 p.m.
If you look on the home page for Fossil itself, you'll see several instances where the wiki formatting has erroneously generated output like
<ul><p><li>Foo
which is invalid (e.g., look at the tags around "Flexible Workflow:")
eric added on 2009-03-25 13:19:17:
Since [c963a7763d], a <ul> generated from an "*" line has contained a <p> which contains the <li>(s). There are no unbalanced tags, but <ul> is supposed to contain only <li>s. Obviously most browsers do not care, but it may cause odd issues with stylesheets.
jeremy_c added on 2009-12-31 04:19:20:
Fixed in [6f0df6c741]