Summary
Weird HTML code generated for Text
Metadata
- Id: 71eb5112782454a5903956e508db9ad859e61a3e
- Trac id: 198
- Type: defect
- Reporter: mario
- Owner: sjamaan
- Cc: iraikov
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version:
- Changetime: 2010-03-30 03:16:04 UTC
- Created: 2010-03-29 21:48:52 UTC
- Keywords: qwiki
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>
Changes and comments
[2010-03-30 03:16:04 UTC] iraikov changed status from new to closed
[2010-03-30 03:16:04 UTC] iraikov set resolution to fixed
[2010-03-30 03:16:04 UTC] iraikov wrote:
This was caused by a bug in wiki-parse, which I have fixed.