From 7798853487facce0dde2f932cef0c873721c08ab Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 12 Oct 2006 22:30:56 +0000 Subject: [PATCH] bump rtl css link --- includes/SkinTemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1