From 0bfb9470fdbcaac0a92fdb0355142594dbd2d767 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Mon, 13 May 2013 05:43:01 -0400 Subject: [PATCH] Use textarea() for contact notes. --- lib/contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/contact.php b/lib/contact.php index d5975b9..c457f4b 100644 --- a/lib/contact.php +++ b/lib/contact.php @@ -308,7 +308,7 @@ /* Notes. */ echo "\n"; echo " Notes\n"; - echo " \n"; + echo " "; textarea("notes", $contact->getNotes()); echo "\n"; echo "\n"; } -- 2.7.4