diff --git a/libs/markdown.php b/libs/markdown.php index ee3dddb..88de8a8 100755 --- a/libs/markdown.php +++ b/libs/markdown.php @@ -1023,7 +1023,7 @@ class Markdown_Parser { $result = $this->processListItems($list, $marker_any_re); $result = $this->hashBlock("<$list_type>\n" . $result . ""); - return "\n". $result ."\n\n"; + return $result ."\n\n"; } var $list_level = 0; @@ -2929,4 +2929,4 @@ negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage. */ -?> \ No newline at end of file +?>