We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9471422 + 77e0eaf commit fddf02eCopy full SHA for fddf02e
mod/survey/lib.php
@@ -537,14 +537,15 @@ function survey_print_multi($question) {
537
$P = "";
538
}
539
540
+ echo "<colgroup colspan=\"7\"></colgroup>";
541
echo "<tr class=\"smalltext\"><th scope=\"row\">$strresponses</th>";
542
echo "<th scope=\"col\" class=\"hresponse\">". get_string('notyetanswered', 'survey'). "</th>";
543
while (list ($key, $val) = each ($options)) {
544
echo "<th scope=\"col\" class=\"hresponse\">$val</th>\n";
545
546
echo "</tr>\n";
547
- echo "<tr><th scope=\"col\" colspan=\"7\">$question->intro</th></tr>\n";
548
+ echo "<tr><th scope=\"colgroup\" colspan=\"7\">$question->intro</th></tr>\n";
549
550
$subquestions = survey_get_subquestions($question);
551
0 commit comments