From fb2c34419b83e93e32f8caa2e15c327bb4976c59 Mon Sep 17 00:00:00 2001 From: AlexanderDCrane <40072887+AlexanderDCrane@users.noreply.github.com> Date: Wed, 13 Jun 2018 07:23:55 -0600 Subject: [PATCH] Update contact_note_edit.php (#3165) --- app/contacts/contact_note_edit.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/contacts/contact_note_edit.php b/app/contacts/contact_note_edit.php index 4715f1bbb0..f6e505e074 100644 --- a/app/contacts/contact_note_edit.php +++ b/app/contacts/contact_note_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2012 + Portions created by the Initial Developer are Copyright (C) 2008-2018 the Initial Developer. All Rights Reserved. Contributor(s): @@ -182,7 +182,7 @@ else { } echo "\n"; echo ""; - echo " "; + echo " "; echo " \n"; echo "\n"; echo "\n"; @@ -192,7 +192,7 @@ else { echo " ".$text['label-contact_note']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo "\n"; echo "\n"; @@ -200,9 +200,9 @@ else { echo " \n"; echo " \n"; echo "
"; - echo " \n"; + echo " \n"; if ($action == "update") { - echo " \n"; + echo " \n"; } echo " \n"; echo " \n"; @@ -213,4 +213,4 @@ else { //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>