Thomas Bruederli
2014-01-20 6f170902580c8cef342c0c65df1b98cbd293a79d
program/steps/utils/modcss.inc
@@ -55,7 +55,7 @@
if ($source !== false && preg_match($ctype, $headers)) {
    header('Content-Type: text/css');
    echo rcmail_mod_css_styles($source, preg_replace('/[^a-z0-9]/i', '', $_GET['_c']));
    echo rcube_utils::mod_css_styles($source, preg_replace('/[^a-z0-9]/i', '', $_GET['_c']));
    exit;
}