fix formatting

This commit is contained in:
JC Brand 2013-04-18 23:05:25 +02:00
parent 6aed43818c
commit cedb6524ce

View File

@ -67,22 +67,27 @@
</p> </p>
<h2>Licence</h2> <h2>Licence</h2>
<div id="chatpanel"> <p><strong>Converse.js</strong> is released under both the <a href="http://opensource.org/licenses/mit-license.php">MIT</a>
<div id="collective-xmpp-chat-data"></div> and <a href="http://opensource.org/licenses/gpl-license.php">GPL</a> licenses.</p>
<div id="toggle-controlbox"> </section>
<a href="#" class="chat" id="toggle-online-users"> </div>
<span class="conn-feedback">Click here to chat</span> <strong style="display: none" id="online-count">(0)</strong>
</a>
</div>
</div>
<!-- FOOTER --> <!-- FOOTER -->
<div id="footer_wrap" class="outer"> <div id="footer_wrap" class="outer">
<footer class="inner"> <footer class="inner">
<p class="copyright">Converse.js maintained by <a href="https://github.com/jcbrand">jcbrand</a></p> <p class="copyright">Converse.js maintained by <a href="https://github.com/jcbrand">jcbrand</a></p>
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p> <p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer> </footer>
</div>
<div id="chatpanel">
<div id="collective-xmpp-chat-data"></div>
<div id="toggle-controlbox">
<a href="#" class="chat" id="toggle-online-users">
<span class="conn-feedback">Click here to chat</span> <strong style="display: none" id="online-count">(0)</strong>
</a>
</div> </div>
</div>
<script type="text/javascript"> <script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");