Skip to content

Commit

Permalink
Update product-info.html (bigcommerce#2450)
Browse files Browse the repository at this point in the history
Both a leading and trailing quote are already present in the code that calls this template, so this trailing " breaks the HTML. If you look at the source in the demo theme you'll see this behavior
https://cornerstone-light-demo.mybigcommerce.com/shop-all/garden/
  • Loading branch information
bobmurdoch authored Mar 28, 2024
1 parent f66c0e8 commit 91dfa09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/products/product-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
{{name}}, {{> components/products/product-aria-label}}
{{else}}
{{name}}
{{/or}}"
{{/or}}

0 comments on commit 91dfa09

Please sign in to comment.