Selaa lähdekoodia

fixed: HTML bug when a domain had no content

master
Dominik Schmidt-Philipp 4 päivää sitten
vanhempi
commit
0b9c6b891f
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. +3
    -1
      app/modules/filesinfolders.php

+ 3
- 1
app/modules/filesinfolders.php Näytä tiedosto

@@ -242,7 +242,9 @@ class FilesInFolders {

$prev = $type;
}
$this->content[$domain][] = "</div>";
if (count($this->content[$domain])) {
$this->content[$domain][] = "</div>";
}
}
}
}

Loading…
Peruuta
Tallenna