mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merged in changes for MDL-7477 fix
This commit is contained in:
parent
f4b7d5a3f9
commit
f2a3512bbd
@ -732,7 +732,9 @@
|
|||||||
echo $fullbuttonhtml;
|
echo $fullbuttonhtml;
|
||||||
} else {
|
} else {
|
||||||
echo '<tr><td>';
|
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
|
echo '</td></tr></table>'; // ends the answers table
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user