From 71d152cb6b61916ac064f88bf52daf24743afbcb Mon Sep 17 00:00:00 2001 From: konradSC Date: Tue, 17 Jul 2018 00:31:14 -0400 Subject: [PATCH] List does not display with escape (#3242) List does not display with escape --- core/users/user_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/users/user_edit.php b/core/users/user_edit.php index c28cf4bd84..934b01875c 100644 --- a/core/users/user_edit.php +++ b/core/users/user_edit.php @@ -709,7 +709,7 @@ if (count($_POST) > 0 && $_POST["persistform"] != "1") { if ($row['contact_name_family'] != '') { $contact_name[] = $row['contact_name_family']; } if ($row['contact_name_given'] != '') { $contact_name[] = $row['contact_name_given']; } if ($row['contact_name_family'] == '' && $row['contact_name_family'] == '' && $row['contact_nickname'] != '') { $contact_name[] = $row['contact_nickname']; } - echo "\n"; + echo "\n"; } unset($sql, $result, $row_count); echo "\n";