From 81d7da2eac7342e1eccf1c6f3bae89df30763a2d Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sun, 22 Feb 2004 05:45:31 +0000 Subject: [PATCH] Removed uneeded target git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6616 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 e7ac00e0..cfd1bf34 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -1217,7 +1217,7 @@ function get_paginator_str($box, $start_msg, $end_msg, $num_msgs, /* Compute the 'show all' string. */ $all_str = "" . _("Show All") . ''; + . ">" . _("Show All") . ''; } $result .= ($pg_str != '' ? $spc . '['.$spc.$pg_str.']' . $spc : ''); -- 2.25.1