From: Iain Patterson Date: Mon, 13 May 2013 09:43:01 +0000 (-0400) Subject: Use textarea() for contact notes. X-Git-Tag: 2013-05-13~9 X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=0bfb9470fdbcaac0a92fdb0355142594dbd2d767;hp=bb7d5af591a4fbb9963afc46fa992f742a2d3355;p=readifood.git Use textarea() for contact notes. --- 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"; }