From abe5d19348786a6b87ecc13928c2e7d598f80ba6 Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Thu, 10 Aug 2006 11:23:15 +0000 Subject: [PATCH] Spacing. --- includes/SpecialListredirects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialListredirects.php b/includes/SpecialListredirects.php index 0dca85ab73..f717ef72c0 100644 --- a/includes/SpecialListredirects.php +++ b/includes/SpecialListredirects.php @@ -52,7 +52,7 @@ class ListredirectsPage extends QueryPage { } # Format the whole thing and return it - return( $rd_link . $arr . $targetLink ); + return "$rd_link $arr $targetLink"; } -- 2.20.1