[fix] bad wrapping for a footer block

This commit is contained in:
Raphaël Renaudon 2016-10-07 17:59:23 +02:00
parent b3e43fc9e8
commit 4662bc1550

View file

@ -81,7 +81,7 @@
}
echo '<a class="char" href="' . (!empty($_GET['page']) && is_numeric($_GET['page']) ? $_GET['page'] + 1 : 1) . '"><span>»</span>Next</a>';
?>
<div class="char footer">
<div class="char footer clear">
<?php
$blocks = array(
'Most used' => 0,