From a68d5760fa73a50e6bef4802f5ce4b899f2f32f0 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 27 Aug 2019 23:48:04 -0600 Subject: [PATCH] Update contact_address_edit.php --- app/contacts/contact_address_edit.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/contacts/contact_address_edit.php b/app/contacts/contact_address_edit.php index 8f1ace49cd..fe9e86aa66 100644 --- a/app/contacts/contact_address_edit.php +++ b/app/contacts/contact_address_edit.php @@ -315,7 +315,7 @@ else { echo " ".$text['label-address_address']."\n"; echo "\n"; echo "\n"; - echo "
\n"; + echo "
\n"; echo " \n"; echo "
\n"; echo $text['description-address_address']."\n"; @@ -440,4 +440,5 @@ else { //include the footer require_once "resources/footer.php"; + ?>