This website works better with JavaScript.
홈
탐색
도움말
로그인
dom
/
freaCMS
보기
1
좋아요
1
포크
0
코드
이슈
1
풀 리퀘스트
0
릴리즈
2
위키
Activity
소스 검색
fixed: HTML bug when a domain had no content
master
Dominik Schmidt-Philipp
4 일 전
부모
62c303928b
커밋
0b9c6b891f
1개의 변경된 파일
과
3개의 추가작업
그리고
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>";
}
}
}
}
Write
Preview
Loading…
취소
저장