Details
-
Bug
-
Resolution: Fixed
-
Major
-
2.0 RC1
-
None
-
quote style
-
Unit
-
Unknown
-
Description
XHTML input:
<blockquote>
<span style="color: red;">abc<br/>xyz</span>
<br/>123
</blockquote>
XWiki 2.0 output:
>(% style="color: red;" %)abc
(%%)>xyz
>123
The correct XWiki 2.0 output should be:
>(% style="color: red;" %)abc(%%) >(% style="color: red;" %)xyz(%%) >123
Attachments
Issue Links
- blocks
-
XWIKI-4215 Quote and background color incompatible in IE 6&7
- Closed
- is related to
-
XWIKI-4342 Nested definition list is broken when definition has custom parameters
- Closed
-
XWIKI-4365 Blockquote is badly parsed when one of its lines is styled
- Closed