From d7fdca4274540aeae2b24b0be422cdf211cc12da Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Thu, 29 Oct 2015 10:36:10 -0400 Subject: [PATCH] #396 Fix some custom field alignment issues on customer interface --- index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index bd74d58f..2970ed52 100644 --- a/index.php +++ b/index.php @@ -805,7 +805,7 @@ function print_add_ticket() echo '
'; } - echo '
<'; + echo '
'; break; /* Large text box */ @@ -825,7 +825,7 @@ function print_add_ticket()
-
'; + '; break; case 'multiselect': @@ -902,7 +902,7 @@ function print_add_ticket()
-
'; + '; break; @@ -956,7 +956,7 @@ function print_add_ticket()
-
'; + '; } } }