From 929a252fe12a44bd29df78a9afb15d2b765f6c96 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 4 May 2015 10:53:29 -0400 Subject: [PATCH] Remove extraneous space in class Signed-off-by: Marc Delisle --- libraries/Util.class.php | 5 ++--- test/classes/PMA_Util_test.php | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/libraries/Util.class.php b/libraries/Util.class.php index 3964d68ec3..1521fd32ae 100644 --- a/libraries/Util.class.php +++ b/libraries/Util.class.php @@ -2317,10 +2317,9 @@ class PMA_Util $pageNowMinusRange = ($pageNow - $range); $pageNowPlusRange = ($pageNow + $range); - $gotopage = $prompt . ' ', + '