diff --git a/app/contacts/contact_phones.php b/app/contacts/contact_phones.php index f0ff10af0a..ce41014f9d 100644 --- a/app/contacts/contact_phones.php +++ b/app/contacts/contact_phones.php @@ -138,7 +138,7 @@ require_once "resources/paging.php"; unset($phone_types); echo " \n"; echo " \n"; - echo " CDR\n"; + echo " CDR\n"; if ($row['phone_type_voice']) { echo "  \n"; echo " ".$text['label-phone_call']."\n"; diff --git a/app/contacts/contacts.php b/app/contacts/contacts.php index 437787f0fe..6402c9555c 100644 --- a/app/contacts/contacts.php +++ b/app/contacts/contacts.php @@ -198,7 +198,7 @@ else { echo " \n"; echo " \n"; echo "
\n"; - echo " \n"; + echo " \n"; echo " \n"; if (permission_exists('contact_add')) { echo "\n"; @@ -270,6 +270,8 @@ else { echo $paging_controls; echo "

"; + echo ""; + //include the footer require_once "resources/footer.php"; ?> \ No newline at end of file