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
1 changed files with 1 additions and 1 deletions

View File

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