[AB-xxx] fixing reason field in multiple places breaking using quotes

This commit is contained in:
Sheldan
2025-01-06 00:14:49 +01:00
parent 4bb260dfc8
commit 733340cd0a
11 changed files with 11 additions and 11 deletions

View File

@@ -25,7 +25,7 @@
,
{
"name": "<@safe_include "userBanned_field_title_reason"/>",
"value": "${reason}"
"value": "${reason?json_string}"
}
</#if>
]

View File

@@ -20,7 +20,7 @@
,
{
"name": "<@safe_include "userUnBanned_field_title_reason"/>",
"value": "${reason}"
"value": "${reason?json_string}"
}
</#if>
]