mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-03 07:24:47 +00:00
[AB-217] fixing defining variables, the variable bled into the next iteration
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user