Lukas W.
Well-known member
- Affected version
- 2.2.4
Setting up format parameters for a radio option, using a phrase that is wrapped in parenthesis will result in an unrendered code snippet:
will display as
whereas
will display as
Code:
no={{ phrase('(none)') }}
Code:
{{ phrase('(none)') }}
whereas
Code:
no={{ phrase('none') }}
Code:
None