2
0
Эх сурвалжийг харах

Fix incorrect closing tag

JC Brand 6 жил өмнө
parent
commit
a3911094d3

+ 1 - 1
dist/converse.js

@@ -78451,7 +78451,7 @@ __p += '\n    </div>\n    <p class="chatroom-description" title="' +
 __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) +
 '"></a>\n    ';
  if (o.affiliation == 'owner') { ;

+ 1 - 1
src/templates/chatroom_head.html

@@ -7,7 +7,7 @@
             {{{ o.Strophe.getNodeFromJid(o.jid) }}}@{{{ o.Strophe.getDomainFromJid(o.jid) }}}
         {[ } ]}
     </div>
-    <p class="chatroom-description" title="{{{o.description}}}">{{{o.description}}}<p/>
+    <p class="chatroom-description" title="{{{o.description}}}">{{{o.description}}}</p>
 </div>
 <div class="chatbox-buttons row no-gutters">
     <a class="chatbox-btn close-chatbox-button fa fa-sign-out-alt" title="{{{o.info_close}}}"></a>