From 975dbb41ab048fa03c5057941c6b1eb5e7ca48c1 Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Tue, 31 Mar 2015 23:35:13 +0000 Subject: [PATCH] Contacts: Close mailto tag on email link. --- app/contacts/contact_emails.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/contacts/contact_emails.php b/app/contacts/contact_emails.php index 93131b3e36..5754f66e44 100644 --- a/app/contacts/contact_emails.php +++ b/app/contacts/contact_emails.php @@ -77,7 +77,7 @@ else { } echo "\n"; echo " ".$row['email_label']." \n"; - echo " ".$row['email_address']." \n"; + echo " ".$row['email_address']." \n"; echo " ".$row['email_description']." \n"; echo " "; if (permission_exists('contact_email_edit')) {