Details
-
Bug
-
Resolution: Fixed
-
Minor
-
2.0
-
None
-
Unit
-
Hard
-
Description
Macro parameters currently need escaping when containing curly braces. For example, the following fails to render properly:
{{box title="{{info}}test{{/info}}"}}this is a test{{/box}}
Parts of the info tag gets added to the content of the box instead of into the title. It does work when the info is escaped properly:
{{box title="~{~{info~}~}test~{~{/info~}~}"}}this is a test{{/box}}
This is inconsistent with the way that the WYSIWYG editor sets parameters.
Attachments
Issue Links
- is related to
-
XRENDERING-88 Macro syntax inside macro parameter should not break the macro when between quotes
- Closed