Details
-
Bug
-
Resolution: Fixed
-
Major
-
2.1, 2.0.5
-
None
-
Unit
-
Unknown
-
Description
XWiki 2.0 input:
|=Alice|=Bob |before image:xwiki.png|abc |image:xwiki.png after|abc
XHTML output:
<table> <tr><th>Alice</th><th>Bob</th></tr> <tr> <td>before <img src="/xwiki/bin/download/Sandbox/FF/xwiki.png%7Cabc" class="wikimodel-freestanding" alt="xwiki.png|abc"/></td> </tr> <tr> <td><img src="/xwiki/bin/download/Sandbox/FF/xwiki.png" class="wikimodel-freestanding" alt="xwiki.png"/> after</td> <td>abc</td> </tr> </table>
The workaround is to write:
[[image:xwiki.png]]
Note: This is a regression. It used to work when I wrote the WYSIWYG user guide ( http://platform.xwiki.org/xwiki/bin/view/Features/WysiwygEditor#HToolbar ).