From 5865cb722df7ce87f46b0178fe5c615851a880df Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Fri, 2 Feb 2018 21:57:33 -0500 Subject: [PATCH] Fix custom field description for select fields --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index e985b676..a5b624a6 100644 --- a/index.php +++ b/index.php @@ -898,10 +898,10 @@ function print_add_ticket() echo ''; } + echo ''; if (!empty($v['mfh_description'])) { echo '
' . $v['mfh_description'] . '
'; } - echo ''; echo '
';