--- patched/web/lib/pkgfuncs.inc 2007-09-08 20:09:52.000000000 -0400 +++ new/web/lib/pkgfuncs.inc 2007-09-08 20:06:13.000000000 -0400 @@ -613,7 +613,7 @@ print ""; print ""; print "\n"; - print str_replace("\n", "
", str_replace('"',""", htmlspecialchars(strip_tags(stripslashes($carr["Comments"]))))); + print nl2br(htmlspecialchars($carr["Comments"])); print "
\n"; print "\n"; print "\n";