Thanigaivelan
Thanigaivelan

Reputation: 175

throwing error when using html_entity_decode in smarty 5

When i use the html_entity_decode in smarty version 5, it throwing fatal error unknown modifier

Error

Smarty Compiler: Syntax error in template unknown modifier 'html_entity_decode'

Code

{$latestnewsta.fld_news_title|html_entity_decode|strip_tags:true|truncate:200}

Note smarty version 5, php 8.2

Upvotes: 0

Views: 41

Answers (0)

Related Questions