Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9 M2, 1.8.4
-
Component/s: {Unused} 1.0 to 2.0 converter, {Unused} Rendering 2.0
-
Labels:None
-
Tests:Unit
-
Difficulty:Unknown
-
Similar issues:
Description
text <div param="value1 value2">some content</div> text
generates
text (% param="value1 value2" %)(((some content))) text
instead of
text
(% param="value1 value2" %)
(((some content)))
text
so the parameters are lost as inline style before the parser find the group.