Skip to content

Commit fb646b0

Browse files
committed
Merge branch 'MAGETWO-35341' into PR
2 parents c0eef7c + b0b3b66 commit fb646b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/backend/notification.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ define([
1313
$.widget('mage.notification', {
1414
options: {
1515
templates: {
16-
global: '<div class="messages"><div class="message <%- if (data.error) { %>error<% } %>"><div><%- data.message %></div></div></div>'
16+
global: '<div class="messages"><div class="message <% if (data.error) { %>error<% } %>"><div><%- data.message %></div></div></div>'
1717
}
1818
},
1919

0 commit comments

Comments
 (0)