mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
test
Attempting to determine which function change is causing test jobs to fail (in unexpected ways)
This commit is contained in:
parent
1c58e9d8d5
commit
cceefafd55
@ -1416,7 +1416,7 @@ class Parsedown
|
|||||||
$markup .= $Element['text'];
|
$markup .= $Element['text'];
|
||||||
}
|
}
|
||||||
|
|
||||||
$markup .= '</'.preg_replace('/[ ].*/', '', $Element['name']).'>';
|
$markup .= '</'.$Element['name'].'>';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user