fix r112591: re-add whitespace between message name and (talk)
authorRobin Pepermans <robin@users.mediawiki.org>
Tue, 28 Feb 2012 20:14:39 +0000 (20:14 +0000)
committerRobin Pepermans <robin@users.mediawiki.org>
Tue, 28 Feb 2012 20:14:39 +0000 (20:14 +0000)
includes/specials/SpecialAllmessages.php

index 27e25ba..d7acd86 100644 (file)
@@ -370,7 +370,7 @@ class AllmessagesTablePager extends TablePager {
                                                array( 'broken' )
                                        );
                                }
-                               return $title . $this->msg( 'parentheses' )->rawParams( $talk )->escaped();
+                               return $title . ' ' . $this->msg( 'parentheses' )->rawParams( $talk )->escaped();
 
                        case 'am_default' :
                        case 'am_actual' :