Details
-
Bug
-
Resolution: Fixed
-
Major
-
8.0
-
Unit
-
N/A
-
N/A
-
Description
Create a wiki page with this content:
before {{{inside}}} after
Edit the page again using the WYSIWYG editor and save without changing anything.
You get:
before insideafter
You can reproduce the problem also with this code:
{{velocity}} #set ($xdom = $services.rendering.parse('before {{{inside}}} after', 'xwiki/2.1')) #set ($xhtml = $services.rendering.render($xdom, 'xhtml/1.0')) $xhtml #set ($xdom = $services.rendering.parse($xhtml, 'xhtml/1.0')) $services.rendering.render($xdom, 'xwiki/2.1') {{/velocity}}
The output is:
<p>before <tt class="wikimodel-verbatim">inside</tt> after</p> before insideafter
Attachments
Issue Links
- is duplicated by
-
CKEDITOR-50 White space removed after verbatim block
- Closed
-
XRENDERING-399 Verbatim inside monospace causes a space to be removed when going through the WYSIWYG editor
- Closed