From aca30e63e98d52e24138c492e6339e4740186341 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sun, 22 Feb 2004 05:48:00 +0000 Subject: [PATCH] Removed uneeded target git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6617 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index cfd1bf34..b4b8b546 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -1198,7 +1198,7 @@ function get_paginator_str($box, $start_msg, $end_msg, $num_msgs, } else if ($PG_SHOWNUM == 999999) { $pg_str = "" ._("Paginate") . ''; + . ">" ._("Paginate") . ''; } /* Put all the pieces of the paginator string together. */ -- 2.25.1