[fix] bad wrapping for a footer block
This commit is contained in:
parent
b3e43fc9e8
commit
4662bc1550
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue