View Ticket
Not logged in
Ticket UUID: 39a340063da5b2efddcdb45d534100b31d9c5118
Title: In HTML mode, wiki inserts stray paragraph for [] links
Status: Open Type: Code_Defect
Severity: Cosmetic Priority:
Subsystem: Resolution:
Last Modified: 2010-04-20 21:25:19
Version Found In: 73c24ae363
Description & Comments:
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

tag is inserted starting before the link, so for example this html-mode wikitext:
<p>You should do a [TODO] today!</p>

Is turned into this html:

<p>You should do a <p><a href="http://localhost:8117/wiki?name=TODO">TODO</a> today!</p></p>

Which displayed looks roughly like this (notice unexpected line break):

You should do a
TODO today!

This makes the square bracket link syntax pretty much unusable when in HTML mode in this version.