unset brackets should not be separated

This commit is contained in:
Emanuil Rusev 2014-01-24 01:47:04 +02:00
parent 1a2124daae
commit c7b6d0235d

View File

@ -250,7 +250,7 @@ class Parsedown
{
$element['text'] .= "\n";
unset ($element['interrupted']);
unset($element['interrupted']);
}
$element['text'] .= "\n".$code_line;