From e24dd78f33ee566871ed679065d78251a2da6774 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Tue, 15 Mar 2011 22:37:50 +0000 Subject: changed functions.php --- h-source/Application/Include/myFunctions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'h-source/Application/Include/myFunctions.php') diff --git a/h-source/Application/Include/myFunctions.php b/h-source/Application/Include/myFunctions.php index 70c0b4f..4bff411 100644 --- a/h-source/Application/Include/myFunctions.php +++ b/h-source/Application/Include/myFunctions.php @@ -173,8 +173,8 @@ function htmlDiff($old, $new) $old = str_replace("\r\n"," \r\n ",$old); $new = str_replace("\r\n"," \r\n ",$new); - $old = str_replace("\n"," \n ",$old); - $new = str_replace("\n"," \n ",$new); +// $old = str_replace("\n"," \n ",$old); +// $new = str_replace("\n"," \n ",$new); $ret = null; $diff = diff(removeEmptyStrings(explode(' ', $old)),removeEmptyStrings(explode(' ', $new))); -- cgit v1.2.3