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";
|