Skip to content

Commit 7a40192

Browse files
authored
Update js.js
1 parent c893121 commit 7a40192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/varien/js.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ Varien.DateElement.prototype = {
445445
if (!valueError) {
446446
this.advice.innerHTML = error.replace('%1', countDaysInMonth);
447447
} else {
448-
this.advice.innerHTML = this.errorTextModifier(error);
448+
this.advice.innerText = this.errorTextModifier(error);
449449
}
450450
this.advice.show();
451451

0 commit comments

Comments
 (0)