Index: trunk/phase3/includes/specials/SpecialProtectedpages.php |
— | — | @@ -96,7 +96,7 @@ |
97 | 97 | $stxt = "($stxt)"; |
98 | 98 | } |
99 | 99 | $stxt = htmlspecialchars( $stxt ); |
100 | | - $stxt = $wgContLang->getDirMark() . $stxt; |
| 100 | + $stxt = $wgContLang->getDirMark() . ' ' . $stxt; |
101 | 101 | } |
102 | 102 | |
103 | 103 | # Show a link to the change protection form for allowed users otherwise a link to the protection log |