Ticket #57 (closed defect: fixed)
Incorrect parsing of wiki code insite html tags
| Reported by: | MickeyM | ||
|---|---|---|---|
| Priority: | medium | Milestone: | 7.1 |
| Component: | PLi-Fusion | Version: | 7.1 |
| Severity: | Fix | Keywords: | |
Description
The message parser is treating an img tag as part of the textbody. If there is a wiki word found in it, the wiki word is translated into a wikilink.
After that the img tag is wrong.
The parser has to be changed so that the img tag has presedence over the wiki. This is the same as the url and code tags.
See thread for more info.
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in [1550]. [img] tags are no filtered before checking for wikilinks.