Skip to content

Commit cb6121a

Browse files
Merge remote-tracking branch '38756/patch-1' into commprs_feb
2 parents 46e930a + d69f09d commit cb6121a

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)