From: Brion Vibber Date: Sat, 13 Mar 2004 09:25:09 +0000 (+0000) Subject: Minor enhanced recentchanges fix for Safari; put s inside the two s to preve... X-Git-Tag: 1.3.0beta1~811 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=9270d4956dce471c7bd42aa5fec24ddd67d49873;p=lhc%2Fweb%2Fwiklou.git Minor enhanced recentchanges fix for Safari; put s inside the two s to prevent a rogue underline from being displayed under the arrow icons --- 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