From ad63e959753eb643c7b764a33625be44fb244a7c Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sat, 7 Mar 2015 22:52:19 -0500 Subject: [PATCH] Closes #158 Fix HTML layout for forgot ticket email by using an unordered list --- index.php | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/index.php b/index.php index 8f4453fa..04d6bc1f 100644 --- a/index.php +++ b/index.php @@ -1209,6 +1209,7 @@ function forgot_tid() } $tid_list = ''; + $html_tid_list = ''; /* Get e-mail message for customer */ $msg = hesk_getEmailMessage('forgot_ticket_id','',0,0,1); @@ -1230,7 +1239,7 @@ $hesk_settings[hesk_url]/ticket.php?track={$my_ticket['trackid']}{$email_param} // Get HTML message for customer $htmlMsg = hesk_getHtmlMessage('forgot_ticket_id','',0,0,1); - $htmlMsg = processEmail($htmlMsg, $name, $num, $tid_list); + $htmlMsg = processEmail($htmlMsg, $name, $num, $html_tid_list); $subject = hesk_getEmailSubject('forgot_ticket_id');