From 04274d6872d89b69aa3300dd463f8e3a41116620 Mon Sep 17 00:00:00 2001 From: Ah-Lun Tang Date: Tue, 10 Dec 2013 17:34:10 +0100 Subject: [PATCH] Remove extra
after list. --- libs/markdown.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +?>