summaryrefslogtreecommitdiff
path: root/lib/exe/css.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2013-07-31 11:58:47 +0100
committerAnika Henke <anika@selfthinker.org>2013-07-31 11:58:47 +0100
commitfd975da73e627193ca68a681ea6b2556c8327f63 (patch)
tree08855f1e18eee4dce8a27e0e6d1f39b2685f0446 /lib/exe/css.php
parente8e5221c8fef184d755602564343787c9e3196d9 (diff)
downloadrpg-fd975da73e627193ca68a681ea6b2556c8327f63.tar.gz
rpg-fd975da73e627193ca68a681ea6b2556c8327f63.tar.bz2
removed possibility to have rtl.less files in plugins
Diffstat (limited to 'lib/exe/css.php')
-rw-r--r--lib/exe/css.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/exe/css.php b/lib/exe/css.php
index cd531ef35..5c966db82 100644
--- a/lib/exe/css.php
+++ b/lib/exe/css.php
@@ -365,7 +365,6 @@ function css_pluginstyles($mediatype='screen'){
// please use "[dir=rtl]" in any css file in all, screen or print mode instead
if($lang['direction'] == 'rtl'){
$list[DOKU_PLUGIN."$p/rtl.css"] = DOKU_BASE."lib/plugins/$p/";
- $list[DOKU_PLUGIN."$p/rtl.less"] = DOKU_BASE."lib/plugins/$p/";
}
}
return $list;