From f4a9164e7808abb0e67f669cd165dd7bb566f539 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 17 Jul 2007 17:45:02 +0000 Subject: [PATCH] bug 10594 -- @import needs to be at the start of the '; if( $wgUseSiteCss ) { $title = Title::makeTitle( NS_MEDIAWIKI, 'Geshi.css' ); $q = "usemsgcache=yes&action=raw&ctype=text/css&smaxage={$wgSquidMaxage}"; + $css[] = ''; } - $css[] = '/*]]>*/'; - $css[] = ''; return implode( "\n", $css ); }