Skip to content

Commit

Permalink
Escape product title
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Aug 4, 2021
1 parent ea29a3d commit d789d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/mocralivelinks-designer.liquid
Expand Up @@ -12,7 +12,7 @@
<div class="flex justify-center items-center" style="padding: 1.5rem">
<div>
<h1 class="product__title" style="font-size: 4rem;">
{{ product.title }}
{{ product.title | escape }}
</h1>
<p class="element-margin price price--large">
<span class="price-item price-item--regular">
Expand Down

0 comments on commit d789d62

Please sign in to comment.