Q
QuackieMackie
Guest
I'm creating a phrase with the text:
HTML:
In the template i'm using it like this:
HTML:
This isn't making the

View Now...
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? 
View Now...