From d0cb4f0b98646ac6bedbaa75eaf5b96a6a75e39c Mon Sep 17 00:00:00 2001 From: "Committo,Ergo:sum" <esj@rezo.net> Date: Thu, 24 Apr 2008 21:22:21 +0000 Subject: [PATCH] =?UTF-8?q?C'est=20pas=20tr=C3=A8s=20clair=20ces=20points?= =?UTF-8?q?=20de=20suspension,=20mais=20au=20moins=20qu'il=20n'y=20ait=20p?= =?UTF-8?q?as=20deux=20fois=200=20dans=20les=20tranches.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecrire/inc/forum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecrire/inc/forum.php b/ecrire/inc/forum.php index 75dd70a83c..72808b5068 100644 --- a/ecrire/inc/forum.php +++ b/ecrire/inc/forum.php @@ -18,7 +18,7 @@ function affiche_navigation_forum($script, $args, $debut, $pas, $ancre, $total, { $tranche = ($debut > $enplus) ? $debut-$enplus : 0; $h = generer_url_ecrire($script, $args); - $nav = "<a href='$h'>0</a> ... |\n"; + $nav = "<a href='$h'> ... </a>|\n"; $e = (_SPIP_AJAX === 1 ); for (;$total;$total--){ -- GitLab