From 07cab9a1de61ab327b092717ff5b276bc3e6e832 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 14 Jan 2007 03:46:07 +0000 Subject: [PATCH] fix POD for Paginator, number of rows per page --- lib/WebGUI/Paginator.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Paginator.pm b/lib/WebGUI/Paginator.pm index c4599597e..0bb05a6ac 100644 --- a/lib/WebGUI/Paginator.pm +++ b/lib/WebGUI/Paginator.pm @@ -475,7 +475,7 @@ The URL of the current page including attributes. The page number will be append =head3 paginateAfter -The number of rows to display per page. If left blank it defaults to 50. +The number of rows to display per page. If left blank it defaults to 25. =head3 pageNumber