Skip to content

Commit

Permalink
Merge pull request #61 from phpList/mantis-19312
Browse files Browse the repository at this point in the history
#0019312: Mismatched div elements
  • Loading branch information
mariez committed Jul 13, 2018
2 parents 1886bf3 + fd96030 commit 3020ea2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions footer_minified.inc
Expand Up @@ -5,7 +5,7 @@
<?php include 'communityfeed.php'; ?>
</div>
<?php } ?>
</div> <!-- end #content -->
</div> <!-- end #Wrapp -->
<div id="footer">
<div class="version pull-left">
<a target="_blank" href="https://phplist.com">&copy; phpList ltd.</a> - v<?php echo VERSION?>
Expand All @@ -17,9 +17,11 @@
<a target="_blank" href="http://twitter.com/phplist">Twitter</a>
</div>
</div>
</div> <!-- end #container .row-->
</div> <!-- end #content-->

</div> <!-- end #container-->
</div> <!-- end .container-fluid -->

</div> <!-- end .container-fluid-->
<script type="text/javascript" src="ui/phplist-ui-bootlist/js/jquery-1.12.1.min.js"></script>
<script type="text/javascript" src="js/phplistapp.js"></script>
<script type="text/javascript" src="ui/phplist-ui-bootlist/js/dist/phpList_ui_bootlist.min.js"></script>
Expand Down

0 comments on commit 3020ea2

Please sign in to comment.