1
0
Fork 0

make dir ended with dir sep

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@173 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
1.2
Xuefer 17 years ago
parent 79864a13bd
commit 182e31fe5d

@ -67,6 +67,7 @@ function dir_row($info, $srcdir)
{
global $cycle;
if ($info['files'] || $info['todos']) {
$srcdir .= DIRECTORY_SEPARATOR;
$c = $cycle->next();
$srcdir_html = htmlspecialchars($srcdir);
$todos = number_format($info['todos']);

Loading…
Cancel
Save