mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
commit
6c9df528aa
@ -1402,7 +1402,7 @@ class Parsedown
|
||||
|
||||
if (isset($Element['handler']))
|
||||
{
|
||||
$markup .= $this->$Element['handler']($Element['text']);
|
||||
$markup .= $this->{$Element['handler']}($Element['text']);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user