From 07e32d6fd359eae16f15cc3d21aeecf3cef75e6e Mon Sep 17 00:00:00 2001 From: Leo Koppelkamm Date: Thu, 14 Jul 2011 11:42:14 +0000 Subject: [PATCH] r92054 : Remove leftover space --- includes/Skin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Skin.php b/includes/Skin.php index d8ad2cf35f..3dc7a3cfa3 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -538,7 +538,7 @@ abstract class Skin { $colon = wfMsgExt( 'colon-separator', 'escapenoentities' ); if ( !empty( $allCats['normal'] ) ) { - $t = $embed . implode( "{$pop} {$embed}" , $allCats['normal'] ) . $pop; + $t = $embed . implode( "{$pop}{$embed}" , $allCats['normal'] ) . $pop; $msg = wfMsgExt( 'pagecategories', array( 'parsemag', 'escapenoentities' ), count( $allCats['normal'] ) ); $s .= '