mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
WW-5022 Cleans up escapeHtmlBody flag with default value
This commit is contained in:
@@ -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 +"')}";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user