From f291aa4f67898a45f3bfdb51c9b6a510411bb1c7 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sat, 17 Jan 2015 15:41:38 -0500 Subject: [PATCH] #110 Use FontAwesome icon instead of .png --- inc/ticket_list.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ticket_list.inc.php b/inc/ticket_list.inc.php index 0109dbf6..41347dc1 100644 --- a/inc/ticket_list.inc.php +++ b/inc/ticket_list.inc.php @@ -380,7 +380,7 @@ if ($total > 0) // Print subject and link to the ticket page if ( hesk_show_column('subject') ) { - echo ''.($ticket['archive'] ? ''.$hesklang['archived'].' ' : '').$owner.''.$ticket['subject'].''; + echo ''.($ticket['archive'] ? ' ' : '').$owner.''.$ticket['subject'].''; } // Print ticket status