From 22f49c745ea3f36dfabb82b585777ecd8d040e8a Mon Sep 17 00:00:00 2001 From: AlexanderDCrane <40072887+AlexanderDCrane@users.noreply.github.com> Date: Mon, 27 Aug 2018 15:12:28 -0600 Subject: [PATCH] Update contact_urls.php (#3292) --- app/contacts/contact_urls.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/contacts/contact_urls.php b/app/contacts/contact_urls.php index 01ead503d1..8bfb24d957 100644 --- a/app/contacts/contact_urls.php +++ b/app/contacts/contact_urls.php @@ -85,7 +85,7 @@ echo " ".escape($row['url_description'])." \n"; echo " "; if (permission_exists('contact_url_edit')) { - echo "$v_link_label_edit"; + echo "$v_link_label_edit"; } if (permission_exists('contact_url_delete')) { echo "$v_link_label_delete";