From: Rotem Liss Date: Mon, 14 Jul 2008 09:10:05 +0000 (+0000) Subject: Add spacing in Special:Protectedpages. X-Git-Tag: 1.31.0-rc.0~46527 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=dfb8c4ef49c0cf0c418ea46437786250b7c3b1b4;p=lhc%2Fweb%2Fwiklou.git Add spacing in Special:Protectedpages. --- diff --git a/includes/specials/SpecialProtectedpages.php b/includes/specials/SpecialProtectedpages.php index 58deff1f10..6524324b74 100644 --- a/includes/specials/SpecialProtectedpages.php +++ b/includes/specials/SpecialProtectedpages.php @@ -96,7 +96,7 @@ class ProtectedPagesForm { $stxt = "($stxt)"; } $stxt = htmlspecialchars( $stxt ); - $stxt = $wgContLang->getDirMark() . $stxt; + $stxt = $wgContLang->getDirMark() . ' ' . $stxt; } # Show a link to the change protection form for allowed users otherwise a link to the protection log