--- Overview.php 2002/06/26 14:50:40 1.6 +++ Overview.php 2002/07/23 13:08:57 1.7 @@ -3,8 +3,7 @@ if (!Auth()) exit; include("inc/conn.php"); function Prepare($str, $ne = true) { - $str = ereg_replace("\r?\n", "
", - HTML_Escape(Win_ISO($str))); + $str = nl2br(HTML_Escape(Win_ISO($str))); if ($ne) nepoznato($str); return $str; }