[AB-217] fixing defining variables, the variable bled into the next iteration

This commit is contained in:
Sheldan
2021-04-05 01:43:38 +02:00
parent 0f94c231e7
commit 7a88e1bfe9
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<#list profanityGroup.profanities as profanity>
<#assign profanityRegexName>${profanity.regexName?json_string}</#assign><#assign profanityRegex>${profanity.regex?json_string}</#assign><#if profanity.replacement??><#assign profanityReplacement>${profanity.replacement?json_string}</#assign></#if>
<@safe_include "showProfanityConfig_profanity_regex_display"/>
<@safe_include "showProfanityConfig_profanity_regex_display"/><#assign profanityReplacement=""/>
<#else>
<@safe_include "showProfanityConfig_no_profanity_regex"/>