diff --git a/templates/components/products/reviews.html b/templates/components/products/reviews.html index ae0139ae51..646a22c72f 100644 --- a/templates/components/products/reviews.html +++ b/templates/components/products/reviews.html @@ -23,7 +23,7 @@

{{> components/products/ratings rating=rating}} {{ rating }} -

{{ title }}
+
{{{ sanitize title }}}
{{#if name}}

@@ -35,7 +35,7 @@

{{ title }}

{{/if}} -

{{nl2br text}}

+

{{{ sanitize text }}}

{{/each}}