From 4f79a1837df2e6ea998fc9374a2ffd36c6014518 Mon Sep 17 00:00:00 2001 From: Nate Date: Tue, 31 Mar 2020 08:24:58 -0600 Subject: [PATCH] Contacts: Fix delete on contact times. --- app/contacts/contact_times.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/contacts/contact_times.php b/app/contacts/contact_times.php index bad7d55dc4..121ff8ff8e 100644 --- a/app/contacts/contact_times.php +++ b/app/contacts/contact_times.php @@ -100,7 +100,7 @@ echo "\n"; if (permission_exists('contact_time_delete')) { echo " \n"; - echo " \n"; + echo " \n"; echo " \n"; echo " \n"; }