Commit a3911094 authored by JC Brand's avatar JC Brand

Fix incorrect closing tag

parent c8eea728
...@@ -78451,7 +78451,7 @@ __p += '\n </div>\n <p class="chatroom-description" title="' + ...@@ -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 @@ ...@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment