Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.8.2
-
None
-
any
-
macro empty null content
-
Unit, Integration
-
Medium
-
Description
Macros with empty content:
{{xyz}}{{/xyz}}
generate:
<!--startmacro:xyz|-||-|--><!--stopmacro-->
while macros without content:
{{xyz/}}
generate:
<!--startmacro:xyz|-|--><!--stopmacro-->
Currently the WYSIWYG editor understands only the first form.