remove unneeded echo

This commit is contained in:
Uwe Steinmann 2019-10-11 16:30:53 +02:00
parent 0faef9cd18
commit ad3678e60c

View File

@ -245,7 +245,6 @@ $('body').on('click', '.order-btn', function(ev) {
foreach($attributes as $attribute) {
$arr = $this->callHook('showFolderAttribute', $folder, $attribute);
if(is_array($arr)) {
echo $txt;
echo "<tr>";
echo "<td>".$arr[0].":</td>";
echo "<td>".$arr[1].":</td>";