Opened 16 years ago
Closed 16 years ago
#198 closed defect (fixed)
Weird HTML code generated for [[URL|Text]]
| Reported by: | Mario Domenech Goulart | Owned by: | sjamaan |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | extensions | Version: | |
| Keywords: | qwiki | Cc: | Ivan Raikov |
| Estimated difficulty: |
Description
The wiki code
[[http://www.call-with-current-continuation.org/|Chicken]]
produced the following HTML code
<a href="@ href="http://www.call-with-current-continuation.org/"">Chicken</a>
Note: See
TracTickets for help on using
tickets.

This was caused by a bug in wiki-parse, which I have fixed.