diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 50a28b709..27487099c 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -960,12 +960,14 @@ function folderSelected(id, name) { echo ""; } foreach($valueset as $value) { - echo ""; + if($value) { + echo ""; + } } echo ""; } else {