From ad475d34654f01047ddf26b593c4377024e67118 Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Thu, 20 Jul 2006 14:40:46 +0000 Subject: [PATCH] Direction mark in Special:Listredirects, to prevent confusion. --- includes/SpecialListredirects.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/SpecialListredirects.php b/includes/SpecialListredirects.php index 3cbdedab3a..a7ae44f574 100644 --- a/includes/SpecialListredirects.php +++ b/includes/SpecialListredirects.php @@ -52,6 +52,7 @@ class ListredirectsPage extends QueryPage { # Check the language; RTL wikis need a ← $arr = $wgContLang->isRTL() ? ' ← ' : ' → '; + $arr .= $wgContLang->getDirMark(); # Format the whole thing and return it return( $rd_link . $arr . $targetLink ); -- 2.20.1