From c5303ffdf175d3c902f9953ce514d5657a1d0873 Mon Sep 17 00:00:00 2001 From: Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> Date: Tue, 20 Jul 2021 16:40:11 +0200 Subject: [PATCH] fix colspan, re #77 --- views/solutions/assignment_solutions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/solutions/assignment_solutions.php b/views/solutions/assignment_solutions.php index dac1e2c..cd0fa79 100644 --- a/views/solutions/assignment_solutions.php +++ b/views/solutions/assignment_solutions.php @@ -219,7 +219,7 @@ <tr class="nohover"> <td colspan="2"></td> - <td colspan="6"> + <td colspan="7"> <table class="smaller" style="width: 100%;"> <tr> <? $col_count = 0; ?> -- GitLab