Merge pull request #40 from kenjis/patch-1

Fix code highlight
This commit is contained in:
Patrick Louys 2015-11-30 08:51:31 +01:00
commit 8a45826033

View file

@ -179,7 +179,7 @@ class InvalidPageException extends Exception
Then in the `FilePageReader` file add this code at the end of your `readBySlug` method: Then in the `FilePageReader` file add this code at the end of your `readBySlug` method:
``` ```php
$path = "$this->pageFolder/$slug.md"; $path = "$this->pageFolder/$slug.md";
if(!file_exists($path)) { if(!file_exists($path)) {