Marcel
Active member
I have an addon that emails reports to our moderators. The report comes through fine from the template, but any characters appear as HTML entities.
For example :
This is the relevant portion of the email template
Is this something I should do in the template, or in the code beforehand?
Thanks
For example :
Test report, I'm just checking the email function.
This is the relevant portion of the email template
<div>{{ bb_code_type('emailHtml', $message_content, 'post', $post) }}</div>
Is this something I should do in the template, or in the code beforehand?
Thanks