MDL-11397 bug with IE 6 not displaying anonymous results correctly.
merged from HEAD
This commit is contained in:
+1
-1
@@ -515,7 +515,7 @@ function choice_show_results($choice, $course, $cm, $forcepublish='') {
|
||||
if ($maxcolumn) {
|
||||
$height = $COLUMN_HEIGHT * ((float)$column[$optionid] / (float)$maxcolumn);
|
||||
}
|
||||
echo "<td valign=\"bottom\" align=\"center\" class=\"col$count data\">";
|
||||
echo "<td style=\"vertical-align:bottom\" align=\"center\" class=\"col$count data\">";
|
||||
echo "<img src=\"column.png\" height=\"$height\" width=\"49\" alt=\"\" />";
|
||||
echo "</td>";
|
||||
$count++;
|
||||
|
||||
Reference in New Issue
Block a user