This website works better with JavaScript.
Home
Explore
Help
Sign In
dom
/
freaCMS
Watch
1
Star
1
Fork
0
Code
Issues
1
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
fixed: HTML bug when a domain had no content
master
Dominik Schmidt-Philipp
4 days ago
parent
62c303928b
commit
0b9c6b891f
1 changed files
with
3 additions
and
1 deletions
Unified View
Show Diff Stats
+3
-1
app/modules/filesinfolders.php
+ 3
- 1
app/modules/filesinfolders.php
View File
$prev = $type;
$prev = $type;
}
}
$this->content[$domain][] = "</div>";
if (count($this->content[$domain])) {
$this->content[$domain][] = "</div>";
}
}
}
}
}
}
}
Write
Preview
Loading…
Cancel
Save