Fix code highlight

This commit is contained in:
kenjis 2015-11-29 19:44:09 +09:00 committed by lubiana
parent 939eb43619
commit 3f81d43d4e
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk

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:
```
```php
$path = "$this->pageFolder/$slug.md";
if(!file_exists($path)) {