Tweak edit comment space
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 19 Sep 2008 13:46:26 +0000 (13:46 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 19 Sep 2008 13:46:26 +0000 (13:46 +0000)
includes/Article.php

index 7d4b816..1b6acc2 100644 (file)
@@ -1873,11 +1873,12 @@ class Article {
                                        if ($restrictions != '') {
                                                $protect_description .= "[$action=$restrictions] (";
                                                if( $encodedExpiry[$action] != 'infinity' ) {
-                                                       $protect_description .= wfMsgForContent( 'protect-expiring',  $wgContLang->timeanddate( $expiry[$action], false, false ) );      
+                                                       $protect_description .= wfMsgForContent( 'protect-expiring', 
+                                                               $wgContLang->timeanddate( $expiry[$action], false, false ) );    
                                                } else {
                                                        $protect_description .= wfMsgForContent( 'protect-expiry-indefinite' );
                                                }
-                                               $protect_description .= ') ';
+                                               $protect_description .= ')';
                                        }
                                }