Skip to content

Commit a5be15b

Browse files
author
Korshenko, Oleksii(okorshenko)
committed
Merge pull request #629 from magento-dragons/MAGETWO-52832
[Dragons] MAGETWO-52832: [Github] Bundle Products - error with quotation mark i…
2 parents c275cab + 996449f commit a5be15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/view/base/web/js/price-bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ define([
180180
};
181181
});
182182

183-
$option.text(template(toTemplate));
183+
$option.html(template(toTemplate));
184184
});
185185
});
186186
},

0 commit comments

Comments
 (0)