From d11c6d9a74a053a3ae9d1a6d9c3d6bfd04991afb Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 28 May 2013 06:48:20 +0200 Subject: [PATCH] small left margin of folder tree --- views/bootstrap/class.Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index d888c57f4..70823e96c 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -997,7 +997,7 @@ function folderSelected(id, name) { $tree = array(array('label'=>$root->getName(), 'id'=>$root->getID(), 'load_on_demand'=>true, 'is_folder'=>true)); } - echo "
\n"; + echo "
\n"; ?>