WW-5022 Cleans up escapeHtmlBody flag with default value

This commit is contained in:
Lukasz Lenart
2022-01-23 10:45:14 +01:00
parent effe6875b7
commit 61e6d342ba
15 changed files with 24 additions and 24 deletions
@@ -75,7 +75,7 @@ public class Submit extends FormButton {
value = "Submit";
}
if (((key != null)) && (value == null)) {
if ((key != null) && (value == null)) {
this.value = "%{getText('"+key +"')}";
}