We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d900be + f1dd1cb commit fd91aabCopy full SHA for fd91aab
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
foreach ($options as $key => $val) {
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