Commit a82f950e authored by Kim Alvefur's avatar Kim Alvefur

Put timestamp in a <time> tag for better semantics and easier styling

parent b0c22d98
<div class="message chat-message {{{o.extra_classes}}}" data-isodate="{{{o.isodate}}}" data-msgid="{{{o.msgid}}}">
<span class="chat-msg-author chat-msg-{{{o.sender}}}">{{{o.time}}} {{{o.username}}}:&nbsp;</span>
<time timestamp="{{{o.isodate}}}">{{{o.time}}}</time>
<span class="chat-msg-author chat-msg-{{{o.sender}}}">{{{o.username}}}:&nbsp;</span>
<span class="chat-msg-content"><!-- message gets added here via renderMessage --></span>
</div>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment