Details
-
Bug
-
Resolution: Fixed
-
Critical
-
2.2.4, 2.3 RC1
-
None
-
Unit
-
Unknown
-
Description
The following HTML input:
<p> <!--startwikilink:http://www.xwiki.org--> <span class="wikiexternallink"> <a href="http://www.xwiki.org">http://www.xwiki.org</a> </span> <!--stopwikilink--> </p>
generates:
[[http:~~/~~/www.xwiki.org>>http://www.xwiki.org]]
If the link meta data is missing:
<p>
<a href="http://www.xwiki.org">http://www.xwiki.org</a>
</p>
then the generated XWiki 2.0 syntax is:
[[http://www.xwiki.org>>http://www.xwiki.org]]
This is currently rendered as nested links by the XHTML renderer and breaks the WYSIWYG editor. Note that links without meta data can be the result of copy&pasting links from a web page to the WYSIWYG editor.