@ -18,7 +18,7 @@
$path = $path . '.md';
if (file_exists($path))
{
$zip->addFile($path, basename($path));
$zip->addFile($path, str_replace(' ', '-', basename($path)));
}