Archived
1
0
This commit is contained in:
Jeff Becker 2017-04-19 08:15:57 -04:00
parent 157a318175
commit 484114872c

View File

@ -1,10 +1,10 @@
<div id="{{post.PostHash}}" <div id="{{post.PostHash}}"
{{#IsOP}} {{#OP}}
class="messageroot" class="messageroot"
{{/IsOP}} {{/OP}}
{{^IsOP}} {{^OP}}
class="message" class="message"
{{/IsOP}} {{/OP}}
data-frontend="{{post.Frontend}}" data-frontend="{{post.Frontend}}"
data-newsgroup="{{post.Board}}" data-newsgroup="{{post.Board}}"
data-msgid="{{post.MessageID}}" data-msgid="{{post.MessageID}}"