[RSS Feed/News] Option format parameters cannot process parenthesis in phrases

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom