Changes between Initial Version and Version 2 of Ticket #999
- Timestamp:
- Aug 1, 2007, 11:46:52 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #999
-
Property
Component
changed from
General
toProject : MediaWiki+FCKeditor
-
Property
Component
changed from
-
Ticket #999 – Description
initial v2 1 1 If loading an url at the Wikitext, it is transformed in a link by our parser. It should remain as unlinked text. 2 2 3 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].3 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].