I’m trying to display some html tags (<strong></strong>
) that are within strings in language files (yml), but they are being escaped to <strong></strong>
. Is there any way I can properly output those html tags from language files?
I’m trying to display some html tags (<strong></strong>
) that are within strings in language files (yml), but they are being escaped to <strong></strong>
. Is there any way I can properly output those html tags from language files?