From 11dc343f49741c06163b76745b885e4acfcafd53 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sat, 26 Sep 2015 20:13:14 -0400 Subject: [PATCH] Replace deprecated font tag --- admin/admin_reply_ticket.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/admin_reply_ticket.php b/admin/admin_reply_ticket.php index 75e6180f..62255dd1 100644 --- a/admin/admin_reply_ticket.php +++ b/admin/admin_reply_ticket.php @@ -201,9 +201,9 @@ if (!empty($_POST['set_priority'])) { } $options = array( - 0 => '' . $hesklang['critical'] . '', - 1 => '' . $hesklang['high'] . '', - 2 => '' . $hesklang['medium'] . '', + 0 => '' . $hesklang['critical'] . '', + 1 => '' . $hesklang['high'] . '', + 2 => '' . $hesklang['medium'] . '', 3 => $hesklang['low'] );