Skip to content

Commit

Permalink
Merge pull request #629 from magento-dragons/MAGETWO-52832
Browse files Browse the repository at this point in the history
[Dragons] MAGETWO-52832: [Github] Bundle Products - error with quotation mark i…
  • Loading branch information
Korshenko, Oleksii(okorshenko) committed May 16, 2016
2 parents c275cab + 996449f commit a5be15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Bundle/view/base/web/js/price-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ define([
};
});

$option.text(template(toTemplate));
$option.html(template(toTemplate));
});
});
},
Expand Down

0 comments on commit a5be15b

Please sign in to comment.