From: Brion Vibber Date: Thu, 12 Oct 2006 22:30:56 +0000 (+0000) Subject: bump rtl css link X-Git-Tag: 1.31.0-rc.0~55515 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=7798853487facce0dde2f932cef0c873721c08ab;p=lhc%2Fweb%2Fwiklou.git bump rtl css link --- diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index 0aec865887..9a948215b3 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -932,7 +932,7 @@ class SkinTemplate extends Skin { $siteargs .= '&ts=' . $wgUser->mTouched; } - if ($wgContLang->isRTL()) $sitecss .= '@import "' . $wgStylePath . '/' . $this->stylename . '/rtl.css";' . "\n"; + if ($wgContLang->isRTL()) $sitecss .= '@import "' . $wgStylePath . '/' . $this->stylename . '/rtl.css?1";' . "\n"; # If we use the site's dynamic CSS, throw that in, too if ( $wgUseSiteCss ) {