From fdad0b28a10eaae6c92f749b2fae2fa73b0503e9 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 18 May 2015 22:10:59 +0000 Subject: [PATCH] Update nowrap to nowrap='nowrap' --- app/contacts/contact_settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/contacts/contact_settings.php b/app/contacts/contact_settings.php index 05599e967a..66ff90ab30 100644 --- a/app/contacts/contact_settings.php +++ b/app/contacts/contact_settings.php @@ -106,7 +106,7 @@ else { echo " \n"; echo " ".ucwords($row['contact_setting_enabled'])." \n"; echo " ".$row['contact_setting_description']." \n"; - echo " "; + echo " "; if (permission_exists('contact_setting_edit')) { echo "$v_link_label_edit"; }