From: Gabriel Wicke Date: Wed, 9 Jun 2004 15:35:55 +0000 (+0000) Subject: another quote bug X-Git-Tag: 1.5.0alpha1~2969 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=20c896e4882eaf660f37cd68a70689e773f69866;p=lhc%2Fweb%2Fwiklou.git another quote bug --- diff --git a/includes/Skin.php b/includes/Skin.php index fa569d9466..c9e4650216 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -2139,7 +2139,7 @@ class Skin { $rcm = 'RCM'.$this->rcCacheIndex ; $toggleLink = 'javascript:toggleVisibility("'.$rci.'","'.$rcm.'","'.$rcl.'")' ; $arrowdir = $wgLang->isRTL() ? 'l' : 'r'; - $tl = '' ; + $tl = '' ; $tl .= '' ; $r .= $tl ;