summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2009-10-28 10:05:48 +0100
committerAdrian Lang <lang@cosmocode.de>2009-10-28 10:05:48 +0100
commit093f74569e82c2df98831c6db0c611086095fafe (patch)
tree2a6567a034595d5500fd78483901567c2e80516a /lib
parent8bd75eb73c9c204565d17b3657831cbc4a138a48 (diff)
downloadrpg-093f74569e82c2df98831c6db0c611086095fafe.tar.gz
rpg-093f74569e82c2df98831c6db0c611086095fafe.tar.bz2
Remove spellchecker css include since it does not exist
darcs-hash:20091028090548-e4919-00a3fec308ce29b5bac24ee1038081a3bc06f62f.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/exe/css.php3
1 files changed, 0 insertions, 3 deletions
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']);