mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
PHP 5.3 compat
This commit is contained in:
parent
e59fbd736d
commit
1fa6b038af
@ -1416,7 +1416,8 @@ class Parsedown
|
|||||||
|
|
||||||
protected function unmarkedText($text)
|
protected function unmarkedText($text)
|
||||||
{
|
{
|
||||||
return $this->element($this->inlineText($text)['element']);
|
$Inline = $this->inlineText($text);
|
||||||
|
return $this->element($Inline['element']);
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user