#257 closed defect (fixed)
illegal HTML nesting caused by bogus wiki-parse output
| Reported by: | Moritz Heidkamp | Owned by: | sjamaan |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | extensions | Version: | 4.5.x |
| Keywords: | qwiki | Cc: | Ivan Raikov |
| Estimated difficulty: |
Description
The qwiki HTML nests <ul class="tags"> in a <p> element which, according to validator.w3c.org, is ILLEGAL!!!
Change History (3)
comment:1 Changed 15 years ago by
| Priority: | critical → minor |
|---|---|
| Summary: | illegal nesting in qwiki HTML → illegal HTML nesting caused by bogus wiki-parse output |
comment:2 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
svnwiki-sxml is now used by all components of qwiki and this is no longer an issue.
Note: See
TracTickets for help on using
tickets.

This is caused by the structure that wiki-parse outputs. If we decide to use zbigniew's parser I think this problem will go away so I'll postpone this until we've made a decision there.