mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
No need to unset if not set
This commit is contained in:
parent
6f13f97674
commit
f2327023c1
@ -1597,9 +1597,9 @@ class Parsedown
|
||||
{
|
||||
$Element = $this->handle($Element);
|
||||
}
|
||||
}
|
||||
|
||||
unset($Element['handler']);
|
||||
}
|
||||
|
||||
return $Element;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user