This commit is contained in:
Emanuil 2013-08-31 20:28:23 +03:00
parent 097ec5e8a5
commit 40c2dcfac7
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ class Parsedown
{
substr($line, -2) === ' '
and $line = substr($line, 0, -2)
and $line .= '<br/>';
and $line .= '<br />';
if (isset($paragraph))
{