From dfb8c4ef49c0cf0c418ea46437786250b7c3b1b4 Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Mon, 14 Jul 2008 09:10:05 +0000 Subject: [PATCH] Add spacing in Special:Protectedpages. --- includes/specials/SpecialProtectedpages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1