prestarocket-agence / classic-rocket

Classic Rocket is a rework of "classic theme". It has been built keeping in mind : performance, accessibility and SEO.
https://demoprestashop.prestarocket.com/
Other
230 stars 127 forks source link

Invalid smarty escape type html_attr in product-comments-list.tpl #285

Open lmeyer1 opened 2 years ago

lmeyer1 commented 2 years ago

There is an invalid smarty escape type html_attr in product-comments-list.tpl. See https://github.com/PrestaShop/PrestaShop/issues/28216#issuecomment-1099979989 for the exact error.

matteolavaggi commented 1 year ago

The rrror is Still there: (1/1) ContextErrorException User Notice: escape: unsupported type: html_attr - returning unmodified string

in modifier.escape.php line 257 at smarty_modifier_escape('

@COMMENT_DATE@
Da @CUSTOMER_NAME@

@COMMENT_TITLE@

p>@COMMENT_COMMENT@</p
', 'html_attr', 'UTF-8', true)

matteolavaggi commented 1 year ago

Think this can solve: data-comment-item-prototype="{$comment_prototype|escape:'html'}">

ancedric commented 11 months ago

where do we put it?

Think this can solve: data-comment-item-prototype="{$comment_prototype|escape:'html'}">

where do we put it?