From 68b653f8232ee86f67f68238212706ee3126829c Mon Sep 17 00:00:00 2001 From: david <> Date: Tue, 31 Jul 2001 06:19:26 +0000 Subject: [PATCH] Add wrap tag to note textarea so text renders better in netscape --- LDP/lampadas/www/document_edit.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LDP/lampadas/www/document_edit.pl b/LDP/lampadas/www/document_edit.pl index 22660b9b..9cb3d459 100755 --- a/LDP/lampadas/www/document_edit.pl +++ b/LDP/lampadas/www/document_edit.pl @@ -585,7 +585,7 @@ while (@row = $notes_result->fetchrow) { print "$date_entered$username$notes\n"; } print "To add a note, type the note, then click Save.\n"; -print "\n"; +print "\n"; print "\n"; print "\n"; print "";