From 9270d4956dce471c7bd42aa5fec24ddd67d49873 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 13 Mar 2004 09:25:09 +0000 Subject: [PATCH] Minor enhanced recentchanges fix for Safari; put s inside the two s to prevent a rogue underline from being displayed under the arrow icons --- includes/Skin.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/includes/Skin.php b/includes/Skin.php index 26205f268b..1d87bafd74 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1842,11 +1842,10 @@ class Skin { $rci = "RCI{$this->rcCacheIndex}" ; $rcl = "RCL{$this->rcCacheIndex}" ; $rcm = "RCM{$this->rcCacheIndex}" ; - $tl = "" ; + $toggleLink = "javascript:toggleVisibility(\"{$rci}\",\"{$rcm}\",\"{$rcl}\")" ; $arrowdir = $wgLang->isRTL() ? "l" : "r"; - $tl .= "" ; - $tl .= "" ; - $tl .= "" ; + $tl = "" ; + $tl .= "" ; $r .= $tl ; # Main line -- 2.20.1