Fixed Option format parameters cannot process parenthesis in phrases

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:

Code:
no={{ phrase('(none)') }}
will display as
Code:
{{ phrase('(none)') }}

whereas
Code:
no={{ phrase('none') }}
will display as
Code:
None
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.2.5).

Change log:
Support additional phrase modifiers in option format parameters.
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom