strict comparison

This commit is contained in:
Andy Miller
2015-04-28 11:24:46 -06:00
parent 7acdf231a4
commit f7ea2e95e4

View File

@@ -37,7 +37,7 @@ trait ParsedownGravTrait
$this->pages_dir = self::getGrav()['locator']->findResource('page://');
$this->special_chars = array('>' => 'gt', '<' => 'lt', '"' => 'quot');
if ($defaults == null) {
if ($defaults === null) {
$defaults = self::getGrav()['config']->get('system.pages.markdown');
}