XF 2.3 Dynamic phrase issue?

QuackieMackie

Active member
I'm creating a phrase with the text:
HTML:
You are about to clear <strong>all</strong> logs for {addon}, are you sure you want to do this? It is permant and logs can not be recovered aftering being deleted.

In the template i'm using it like this:
HTML:
{{ phrase_dynamic('clear_all_logs_for_addon_warning', {'addon': $addon.title }) }}

This isn't making the all text bold though, is this something i've done wrong?
1756818336672.webp
 
Back
Top Bottom