소스 검색

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

Loading…
취소
저장