From 118ea63c1fb4b694c9974107d0ec7a1a25796ccc Mon Sep 17 00:00:00 2001 From: Tlams Date: Fri, 27 Apr 2018 11:29:50 +0100 Subject: [PATCH] Fix empty group --- code/web/www/pages/requires/functions.php | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/code/web/www/pages/requires/functions.php b/code/web/www/pages/requires/functions.php index e6de39d..1573116 100755 --- a/code/web/www/pages/requires/functions.php +++ b/code/web/www/pages/requires/functions.php @@ -143,13 +143,16 @@ class API_Gen_HTML foreach ($group_arr as $keygroup => $group) { - $html = $html.'
  • '.$keygroup.''; - $html = $html.'
  • '; } $html = $html.'';