fix
This commit is contained in:
parent
157a318175
commit
484114872c
@ -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}}"
|
||||||
|
Reference in New Issue
Block a user