Details
-
Bug
-
Resolution: Fixed
-
Major
-
0.9.840
-
None
Description
Create a wiki page with links like the following:
[Images: Good or Bad?] [C++ Examples]
XWiki renders the first link like this:
<a class="wikicreatelink" href=""><span class="wikicreatelinktext">Images: Good or Bad?</span><span class="wikicreatelinkqm">?</span></a>
It's completely broken. The second link is rendered like this:
<span class="wikilink"><a href="/xwiki/bin/view/Sandbox/C+++Examples">C++ Examples</a></span>
XWiki should be able to handle links with non alpha-numeric characters.