Skip to content

Commit 996449f

Browse files
committed
MAGETWO-52832: [Github] Bundle Products - error with quotation mark in product option name. #4309
1 parent fc9cb7e commit 996449f

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)