diff options
Diffstat (limited to 'application/views/footer.php')
-rw-r--r-- | application/views/footer.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/application/views/footer.php b/application/views/footer.php index 459b62959..dac3e3dd1 100644 --- a/application/views/footer.php +++ b/application/views/footer.php @@ -7,8 +7,7 @@ if (is_cli_client() && !isset($force_full_html)) { <div id="push"></div> </div> <footer class="footer" id="footer"> - <div class="container"> - <p class="muted credits"> + <div class="container muted credits"> <p>Site code licensed under <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank">AGPL v3</a>.</p> <p><a href="http://glyphicons.com">Glyphicons Free</a> licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> <ul class="footer-links"> @@ -16,7 +15,6 @@ if (is_cli_client() && !isset($force_full_html)) { <li class="muted">·</li> <li><a href="<?php echo site_url("file/contact"); ?>">Contact</a></li> </ul> - </p> </div> </footer> <?php echo include_js("/data/js/jquery-2.0.2.min.js"); ?> |