From 625109071b87b4e9acf81978c550e27b6cc72e35 Mon Sep 17 00:00:00 2001 From: Cris Date: Tue, 30 Apr 2019 17:05:41 +0200 Subject: [PATCH] Fixed wrong menu item width in RT-Tool Menu. When a group of gebiete were answered, then menu items were styled wrong. Now it is well-formed. --- cis/testtool/menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cis/testtool/menu.php b/cis/testtool/menu.php index 1c2a09f73..900539686 100644 --- a/cis/testtool/menu.php +++ b/cis/testtool/menu.php @@ -353,7 +353,7 @@ if (isset($_SESSION['pruefling_id'])) { //Gebiet ist zu Ende $style=''; - $class='ItemTesttoolBeendet'; + $class='ItemTesttool ItemTesttoolBeendet'; } } }