bump rtl css link
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 12 Oct 2006 22:30:56 +0000 (22:30 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 12 Oct 2006 22:30:56 +0000 (22:30 +0000)
includes/SkinTemplate.php

index 0aec865..9a94821 100644 (file)
@@ -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 ) {