We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c447cfb commit f53eee0Copy full SHA for f53eee0
app/code/Magento/Swatches/view/frontend/web/js/swatch-renderer.js
@@ -511,7 +511,7 @@ define([
511
512
// Add more button
513
if (moreLimit === countAttributes++) {
514
- html += '<a href="#" class="' + moreClass + '">'<span> + moreText + '</span></a>';
+ html += '<a href="#" class="' + moreClass + '"><span>' + moreText + '</span></a>';
515
}
516
517
id = this.id;
0 commit comments