浏览代码

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>";
}
}
}
}

正在加载...
取消
保存