From a6756fd4fa733d51c0a8e1e3c6ff08e92105366a Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Sat, 22 Feb 2014 12:35:38 +0200 Subject: [PATCH] resolve #117 --- Parsedown.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parsedown.php b/Parsedown.php index d967c57..a9702af 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -135,7 +135,7 @@ class Parsedown $block['content'][0]['content'] .= "\n"; } - $string = htmlspecialchars($line, ENT_NOQUOTES, 'UTF-8'); + $string = htmlspecialchars($indented_line, ENT_NOQUOTES, 'UTF-8'); $block['content'][0]['content'] .= $string; }