mirror of
https://github.com/Mibew/mibew.git
synced 2025-11-01 10:55:10 +03:00
Use autodirection for chat messages
This commit is contained in:
parent
320d814df4
commit
5d0da8e56a
@ -1,3 +1,3 @@
|
|||||||
<span>{{formatTime created}}</span>
|
<span>{{formatTime created}}</span>
|
||||||
{{#if name}}<span class='name-{{kindName}}'>{{name}}</span>: {{/if}}
|
{{#if name}}<span class='name-{{kindName}}'>{{name}}</span>: {{/if}}
|
||||||
<span class='message-{{kindName}}'>{{#replace "\n" "<br/>"}}{{urlReplace message}}{{/replace}}</span><br/>
|
<span dir="auto" class='message-{{kindName}}'>{{#replace "\n" "<br/>"}}{{urlReplace message}}{{/replace}}</span><br/>
|
||||||
@ -1,3 +1,3 @@
|
|||||||
<span>{{formatTime created}}</span>
|
<span>{{formatTime created}}</span>
|
||||||
{{#if name}}<span class='name-{{kindName}}'>{{name}}</span>: {{/if}}
|
{{#if name}}<span class='name-{{kindName}}'>{{name}}</span>: {{/if}}
|
||||||
<span class='message-{{kindName}}'>{{#replace "\n" "<br/>"}}{{urlReplace message}}{{/replace}}</span><br/>
|
<span dir="auto" class='message-{{kindName}}'>{{#replace "\n" "<br/>"}}{{urlReplace message}}{{/replace}}</span><br/>
|
||||||
Loading…
Reference in New Issue
Block a user