xmpp.chapril.org-conversejs/src/templates/action.html
JC Brand ec9ed96568 Remove {{message}} interpolation.
It's not used and confuses people. Instead the message gets inserted via
`$.text`, to avoid injection attacks.
2016-11-02 11:10:07 +00:00

5 lines
258 B
HTML

<div class="chat-message {{extra_classes}}" data-isodate="{{isodate}}">
<span class="chat-msg-author chat-msg-{{sender}}">{{time}} **{{username}} </span>
<span class="chat-msg-content"><!-- message gets added here via renderMessage --></span>
</div>