diff options
author | Minteck <contact@minteck.org> | 2022-04-22 11:48:10 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-04-22 11:48:50 +0200 |
commit | 42d9e605fc3f7e0e139a68e9916b3ccdaa721322 (patch) | |
tree | df86ce2164fe499d2290941aaf51f876ecc57181 /includes/Parsedown.php | |
parent | 958a68292191d8a4c9024ca2f1f658135ab6f704 (diff) | |
download | ember-42d9e605fc3f7e0e139a68e9916b3ccdaa721322.tar.gz ember-42d9e605fc3f7e0e139a68e9916b3ccdaa721322.tar.bz2 ember-42d9e605fc3f7e0e139a68e9916b3ccdaa721322.zip |
Update
Diffstat (limited to 'includes/Parsedown.php')
-rw-r--r-- | includes/Parsedown.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Parsedown.php b/includes/Parsedown.php index 1d80e42..0f5ad61 100644 --- a/includes/Parsedown.php +++ b/includes/Parsedown.php @@ -321,7 +321,7 @@ class Parsedown { if (isset($Block) and ! isset($Block['type']) and ! isset($Block['interrupted'])) { - return void; + return; } if ($Line['indent'] >= 4) |