1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Update Parsedown.php

This commit is contained in:
Aidan Woods 2016-09-27 02:15:35 +01:00 committed by GitHub
parent 38f4027d5e
commit f17aa0438a

View File

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