Opened 17 years ago
Closed 17 years ago
#999 closed Bug (fixed)
Untagged links should not be retrieved as tags
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : MediaWiki+FCKeditor | Version: | |
Keywords: | Cc: |
Description (last modified by )
If loading an url at the Wikitext, it is transformed in a link by our parser. It should remain as unlinked text.
The problem here is that the transformed link is again transformed in a tagged link, so http://www.fckeditor.net becomes [http://www.fckeditor.net], which is rendered as [n].
Change History (3)
comment:1 Changed 17 years ago by
Component: | General → Project : MediaWiki+FCKeditor |
---|
comment:2 Changed 17 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [964]. Since now, text will not be converted into link.