diff --git a/admin/admin_ticket.php b/admin/admin_ticket.php index 0b61d575..7d2691d1 100644 --- a/admin/admin_ticket.php +++ b/admin/admin_ticket.php @@ -1263,7 +1263,7 @@ function hesk_getAdminButtons($category_id) $linkText .= '&c_' . $k . '=' . $strippedCustomField; } } - $options .= ' ' . $hesklang['copy_ticket'] . ' '; + $options .= ' ' . $hesklang['copy_ticket'] . ' '; /* Close/Reopen ticket link */ $random = rand(10000, 99999); diff --git a/inc/ticket_list.inc.php b/inc/ticket_list.inc.php index 2c3831b0..c9ba9ab1 100644 --- a/inc/ticket_list.inc.php +++ b/inc/ticket_list.inc.php @@ -438,10 +438,10 @@ if ($total > 0) { - '; } // END ticket list if total > 0 else { echo '
';