Fossil SCM
In HTML mode, wiki inserts stray paragraph for [] links
Closed
39a340063da5b2e…
· opened 15 years, 11 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Cosmetic
- Resolution
- Wont_Fix
- Subsystem
- —
- Created
- April 20, 2010 9:25 p.m.
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.