Переглянути джерело

fixed: HTML bug when a domain had no content

master
Dominik Schmidt-Philipp 4 дні тому
джерело
коміт
0b9c6b891f
1 змінених файлів з 3 додано та 1 видалено
  1. +3
    -1
      app/modules/filesinfolders.php

+ 3
- 1
app/modules/filesinfolders.php Переглянути файл

@@ -242,7 +242,9 @@ class FilesInFolders {

$prev = $type;
}
$this->content[$domain][] = "</div>";
if (count($this->content[$domain])) {
$this->content[$domain][] = "</div>";
}
}
}
}

Завантаження…
Відмінити
Зберегти