mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-25 18:36:50 +00:00
[AB-xxx] fixing reason field in multiple places breaking using quotes
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
,
|
||||
{
|
||||
"name": "<@safe_include "userBanned_field_title_reason"/>",
|
||||
"value": "${reason}"
|
||||
"value": "${reason?json_string}"
|
||||
}
|
||||
</#if>
|
||||
]
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
,
|
||||
{
|
||||
"name": "<@safe_include "userUnBanned_field_title_reason"/>",
|
||||
"value": "${reason}"
|
||||
"value": "${reason?json_string}"
|
||||
}
|
||||
</#if>
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user