mirror of
https://github.com/getgrav/grav.git
synced 2026-03-04 19:41:36 +01:00
strict comparison
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user