Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.4, 1.9
-
Component/s: {Unused} 1.0 to 2.0 converter, {Unused} Rendering 2.0
-
Labels:None
-
Tests:Unit
-
Difficulty:Unknown
-
Similar issues:
Description
Currently
<table> <tr> <td></td> </tr> </table>
become
{{html clean="false" wiki="true"}}<table> <tr><td></td></tr> </table>{{/html}}
which is correct but it would be better to have
{{html clean="false" wiki="true"}} <table> <tr> <td></td> </tr> </table> {{/html}}
since the html white spaces/new lines rule is applied on html macro content