Fix incorrect closing tag
This commit is contained in:
parent
c8eea72831
commit
a3911094d3
2
dist/converse.js
vendored
2
dist/converse.js
vendored
@ -78451,7 +78451,7 @@ __p += '\n </div>\n <p class="chatroom-description" title="' +
|
|||||||
__e(o.description) +
|
__e(o.description) +
|
||||||
'">' +
|
'">' +
|
||||||
__e(o.description) +
|
__e(o.description) +
|
||||||
'<p/>\n</div>\n<div class="chatbox-buttons row no-gutters">\n <a class="chatbox-btn close-chatbox-button fa fa-sign-out-alt" title="' +
|
'</p>\n</div>\n<div class="chatbox-buttons row no-gutters">\n <a class="chatbox-btn close-chatbox-button fa fa-sign-out-alt" title="' +
|
||||||
__e(o.info_close) +
|
__e(o.info_close) +
|
||||||
'"></a>\n ';
|
'"></a>\n ';
|
||||||
if (o.affiliation == 'owner') { ;
|
if (o.affiliation == 'owner') { ;
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
{{{ o.Strophe.getNodeFromJid(o.jid) }}}@{{{ o.Strophe.getDomainFromJid(o.jid) }}}
|
{{{ o.Strophe.getNodeFromJid(o.jid) }}}@{{{ o.Strophe.getDomainFromJid(o.jid) }}}
|
||||||
{[ } ]}
|
{[ } ]}
|
||||||
</div>
|
</div>
|
||||||
<p class="chatroom-description" title="{{{o.description}}}">{{{o.description}}}<p/>
|
<p class="chatroom-description" title="{{{o.description}}}">{{{o.description}}}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="chatbox-buttons row no-gutters">
|
<div class="chatbox-buttons row no-gutters">
|
||||||
<a class="chatbox-btn close-chatbox-button fa fa-sign-out-alt" title="{{{o.info_close}}}"></a>
|
<a class="chatbox-btn close-chatbox-button fa fa-sign-out-alt" title="{{{o.info_close}}}"></a>
|
||||||
|
Loading…
Reference in New Issue
Block a user