ソースを参照

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

読み込み中…
キャンセル
保存