From 093f74569e82c2df98831c6db0c611086095fafe Mon Sep 17 00:00:00 2001 From: Adrian Lang Date: Wed, 28 Oct 2009 10:05:48 +0100 Subject: Remove spellchecker css include since it does not exist darcs-hash:20091028090548-e4919-00a3fec308ce29b5bac24ee1038081a3bc06f62f.gz --- lib/exe/css.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') diff --git a/lib/exe/css.php b/lib/exe/css.php index f80e0af6d..73502f055 100644 --- a/lib/exe/css.php +++ b/lib/exe/css.php @@ -76,9 +76,6 @@ function css_out(){ $files[DOKU_CONF.'user'.$style.'.css'] = DOKU_BASE; }else{ $files[DOKU_INC.'lib/styles/style.css'] = DOKU_BASE.'lib/styles/'; - if($conf['spellchecker']){ - $files[DOKU_INC.'lib/styles/spellcheck.css'] = DOKU_BASE.'lib/styles/'; - } // load plugin, template, user styles $files = array_merge($files, css_pluginstyles('screen')); if (isset($tplstyles['screen'])) $files = array_merge($files, $tplstyles['screen']); -- cgit v1.2.3