Fix incorrect closing tag

This commit is contained in:
JC Brand 2018-09-10 16:09:12 +02:00
parent c8eea72831
commit a3911094d3
2 changed files with 2 additions and 2 deletions

2
dist/converse.js vendored
View File

@ -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') { ;

View File

@ -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>