Merged in changes for MDL-7477 fix

This commit is contained in:
mark-nielsen 2006-12-11 18:44:00 +00:00
parent f4b7d5a3f9
commit f2a3512bbd

View File

@ -732,7 +732,9 @@
echo $fullbuttonhtml;
} else {
echo '<tr><td>';
print_simple_box($fullbuttonhtml, 'center');
print_simple_box_start('center');
echo $fullbuttonhtml;
print_simple_box_end();
echo '</td></tr></table>'; // ends the answers table
}