XF 2.0 Email template: bb_code_tag_quote

KiF

Active member
Email template: bb_code_tag_quote

I'd like to div/span {$content} with/without class/style but it's not rendering.

HTML:
<div class="quote">
    <xf:if is="$name"><div class="quote-name">{{ phrase('x_said:', {'name': $name}) }}</div></xf:if>
    <div class="quote-content">{$content}</div>
</div>

Possible bug? How to achieve this?
 
Back
Top Bottom