From df15806e42eeee773c300363d2d47c3e771b3575 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Thu, 11 Sep 2014 21:53:13 -0400 Subject: [PATCH] Closes #47: The panel now collapses to the correct size when there are 0 results. --- inc/ticket_list.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/ticket_list.inc.php b/inc/ticket_list.inc.php index a684e487..1bdd728d 100644 --- a/inc/ticket_list.inc.php +++ b/inc/ticket_list.inc.php @@ -479,8 +479,6 @@ EOC; - - 0 @@ -499,6 +497,8 @@ else echo ''; } +echo ' + '; function hesk_print_list_head()