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.
Possible bug? How to achieve this?
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?