Fix &nbsp

This commit is contained in:
Sébastien Lucas 2013-05-16 12:30:43 +02:00
parent 5aa08719dd
commit 3f0246f7a2

View file

@ -292,7 +292,7 @@
<?php
}
?>
<p><?php echo "&nbsp;" . $currentPage->n . " / " . $currentPage->getMaxPage () . "&nbsp;" ?></p>
<p><?php echo " " . $currentPage->n . " / " . $currentPage->getMaxPage () . " " ?></p>
<?php
if (!is_null ($nextLink)) {
?>