diff --git a/flextype/core/Entries.php b/flextype/core/Entries.php index 128679a2..bdee5c72 100755 --- a/flextype/core/Entries.php +++ b/flextype/core/Entries.php @@ -162,7 +162,7 @@ class Entries // Return empty array return []; - // else Try to get requested entry from the filesystem + // else Try to get requested entry from the filesystem } $entry_decoded = $this->flextype['parser']->decode(Filesystem::read($entry_file), 'frontmatter');