mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Release 2.0.9
This commit is contained in:
@@ -102,7 +102,7 @@ class HtmlCommand extends Command
|
||||
array_push($assets, new FileAsset($fileInfo->getPathname()));
|
||||
}
|
||||
|
||||
usort($assets, function(FileAsset $a, FileAsset $b){
|
||||
usort($assets, function (FileAsset $a, FileAsset $b) {
|
||||
return strcmp($a->getSourcePath(), $b->getSourcePath());
|
||||
});
|
||||
|
||||
@@ -179,7 +179,6 @@ class HtmlCommand extends Command
|
||||
protected function determineOutfile($outputFilename)
|
||||
{
|
||||
return join(DIRECTORY_SEPARATOR, array($destination, pathinfo($source, PATHINFO_FILENAME) . '.html'));
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user