Overview
Artifact ID: | 8327a837ea9b5a4b593820405cb22067a01967f8 |
---|---|
Ticket: | 39a340063da5b2efddcdb45d534100b31d9c5118
In HTML mode, wiki inserts stray paragraph for [] links |
User & Date: | anonymous 2010-04-20 21:25:19 |
Changes
- comment changed to:
In the fossil version dated 2010-03-18 14:20:33, When the wiki is set to HTML mode and the [some link] syntax is used, in the generated HTML a stray <p></p> tag is inserted starting before the link, so for example this html-mode wikitext: <verbatim> <p>You should do a [TODO] today!</p> </verbatim> Is turned into this html: <verbatim> <p>You should do a <p><a href="http://localhost:8117/wiki?name=TODO">TODO</a> today!</p></p> </verbatim> Which displayed looks roughly like this (notice unexpected line break): <verbatim> You should do a TODO today! </verbatim> This makes the square bracket link syntax pretty much unusable when in HTML mode in this version.
- foundin changed to: "73c24ae363"
- private_contact changed to: "ace2a438fb254e5d21ba2ed1295b2da8392d271c"
- severity changed to: "Cosmetic"
- status changed to: "Open"
- title changed to:
In HTML mode, wiki inserts stray paragraph for [] links
- type changed to: "Code_Defect"