1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
Attempting to determine which function change is causing test jobs to fail (in unexpected ways)
This commit is contained in:
Aidan Woods 2016-09-27 01:16:00 +01:00 committed by GitHub
parent 1c58e9d8d5
commit cceefafd55

View File

@ -1416,7 +1416,7 @@ class Parsedown
$markup .= $Element['text'];
}
$markup .= '</'.preg_replace('/[ ].*/', '', $Element['name']).'>';
$markup .= '</'.$Element['name'].'>';
}
else
{