From 842852fd23fe59b8f2e28b81ec0d6d555a6ec31d Mon Sep 17 00:00:00 2001
From: Cerdic <cedric@yterium.com>
Date: Tue, 15 Aug 2006 20:58:56 +0000
Subject: [PATCH] <= pas < (maieul)

---
 dist/modeles/pagination_precedent_suivant.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dist/modeles/pagination_precedent_suivant.html b/dist/modeles/pagination_precedent_suivant.html
index 852f95bd9a..3c8663b7f3 100644
--- a/dist/modeles/pagination_precedent_suivant.html
+++ b/dist/modeles/pagination_precedent_suivant.html
@@ -11,7 +11,7 @@
 	[(#GET{i}|<{#ENV{nombre_pages}}|?{'|',''})]
 ]
 #SET{i,#ENV{page_courante}|plus{1}}
-[(#GET{i}|<{#ENV{nombre_pages}}|?{' ',''})[
+[(#GET{i}|<={#ENV{nombre_pages}}|?{' ',''})[
 	(#SET{item, #GET{i}|moins{1}|mult{#ENV{pas}} })
 	][(#INCLURE{fond=modeles/paginationitem}{num=#GET{i}}{texte=<:public:page_suivante:>}{separateur=''}{url=#ENV{url}|parametre_url{#ENV{debut},#GET{item}}|ancre_url{#ENV{ancre}}}{page_courante=#ENV{page_courante}}{derniere=#ENV{derniere}})]
 ]
\ No newline at end of file
-- 
GitLab