From eeb83e576d6011e50475098c5653d52f0d409293 Mon Sep 17 00:00:00 2001 From: Ben Coburn Date: Fri, 27 Oct 2006 19:45:49 +0200 Subject: fix Old Revisions more and less buttons darcs-hash:20061027174549-05dcb-fbb0d0433aec19579b5da609b44c122754b2e30b.gz --- inc/html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc') diff --git a/inc/html.php b/inc/html.php index 169b056ea..f2ceceddd 100644 --- a/inc/html.php +++ b/inc/html.php @@ -536,12 +536,12 @@ function html_revisions($first=0){ $first -= $conf['recent']; if ($first < 0) $first = 0; print ''; } if ($hasNext) { print ''; } print ''; -- cgit v1.2.3