diff --git a/views/bootstrap/class.EditFolder.php b/views/bootstrap/class.EditFolder.php index 993ff6168..8c156c19d 100644 --- a/views/bootstrap/class.EditFolder.php +++ b/views/bootstrap/class.EditFolder.php @@ -135,10 +135,10 @@ $(document).ready(function() { $arr = $this->callHook('folderEditAttribute', $folder, $attrdef); if(is_array($arr)) { echo $txt; - echo ""; - echo "".$arr[0].""; - echo "".$arr[1].""; - echo ""; + echo "
"; + echo ""; + echo "
".$arr[1]."
"; + echo "
"; } else { ?>
@@ -147,7 +147,8 @@ $(document).ready(function() { printAttributeEditField($attrdef, $folder->getAttribute($attrdef)) ?>
-