Browse Source

fixed: HTML bug when a domain had no content

master
Dominik Schmidt-Philipp 4 days ago
parent
commit
0b9c6b891f
1 changed files with 3 additions and 1 deletions
  1. +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>";
}
} }
} }
} }

Loading…
Cancel
Save