From 34035316df0679c86a076c0dec65351b55884355 Mon Sep 17 00:00:00 2001 From: Emanuil <4thmail@gmail.com> Date: Thu, 19 Sep 2013 23:12:48 +0300 Subject: [PATCH] =?UTF-8?q?NULL=20=C2=BB=20null?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Parsedown.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parsedown.php b/Parsedown.php index 9532e6e..2c4208d 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -113,7 +113,7 @@ class Parsedown private function parse_lines($text, $context = null) { $lines = explode("\n", $text); - $lines []= NULL; + $lines []= null; $line_count = count($lines);