This commit is contained in:
Emanuil Rusev 2014-02-22 12:35:38 +02:00
parent 1243fcf3e0
commit a6756fd4fa
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}