diff --git a/build/index.php b/build/index.php index 0faf6d4..738fcc6 100644 --- a/build/index.php +++ b/build/index.php @@ -3835,8 +3835,7 @@ class PeppermintParsedown extends ParsedownExtra array_unshift($this->InlineTypes["!"], "ExtendedImage"); $this->inlineMarkerList .= "{"; - if(!isset($this->InlineTypes["{"]) or - !is_array($this->InlineTypes["{"])) + if(!isset($this->InlineTypes["{"]) or !is_array($this->InlineTypes["{"])) $this->InlineTypes["{"] = []; $this->InlineTypes["{"][] = "Template"; } diff --git a/module_index.json b/module_index.json index e77c9f0..7721418 100644 --- a/module_index.json +++ b/module_index.json @@ -194,7 +194,7 @@ "author": "Emanuil Rusev & Starbeamrainbowlabs", "description": "An upgraded (now default!) parser based on Emanuil Rusev's Parsedown Extra PHP library (https:\/\/github.com\/erusev\/parsedown-extra), which is licensed MIT. Please be careful, as this module adds a some weight to your installation, and also *requires* write access to the disk on first load.", "id": "parser-parsedown", - "lastupdate": 1458928368, + "lastupdate": 1459172723, "optional": false } ] \ No newline at end of file diff --git a/modules/parser-parsedown.php b/modules/parser-parsedown.php index b36cf43..5db4330 100644 --- a/modules/parser-parsedown.php +++ b/modules/parser-parsedown.php @@ -77,8 +77,7 @@ class PeppermintParsedown extends ParsedownExtra array_unshift($this->InlineTypes["!"], "ExtendedImage"); $this->inlineMarkerList .= "{"; - if(!isset($this->InlineTypes["{"]) or - !is_array($this->InlineTypes["{"])) + if(!isset($this->InlineTypes["{"]) or !is_array($this->InlineTypes["{"])) $this->InlineTypes["{"] = []; $this->InlineTypes["{"][] = "Template"; }