aboutsummaryrefslogtreecommitdiff
path: root/includes/Parsedown.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-04-22 11:48:10 +0200
committerMinteck <contact@minteck.org>2022-04-22 11:48:50 +0200
commit42d9e605fc3f7e0e139a68e9916b3ccdaa721322 (patch)
treedf86ce2164fe499d2290941aaf51f876ecc57181 /includes/Parsedown.php
parent958a68292191d8a4c9024ca2f1f658135ab6f704 (diff)
downloadember-42d9e605fc3f7e0e139a68e9916b3ccdaa721322.tar.gz
ember-42d9e605fc3f7e0e139a68e9916b3ccdaa721322.tar.bz2
ember-42d9e605fc3f7e0e139a68e9916b3ccdaa721322.zip
Update
Diffstat (limited to 'includes/Parsedown.php')
-rw-r--r--includes/Parsedown.php2
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)