1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-04 20:25:27 +02:00
This commit is contained in:
Emanuil
2013-08-31 20:28:23 +03:00
parent 097ec5e8a5
commit 40c2dcfac7

View File

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