Преглед изворни кода

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…
Откажи
Сачувај