Explorar el Código

fixed: HTML bug when a domain had no content

master
Dominik Schmidt-Philipp hace 4 días
padre
commit
0b9c6b891f
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      app/modules/filesinfolders.php

+ 3
- 1
app/modules/filesinfolders.php Ver fichero

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

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

Cargando…
Cancelar
Guardar