mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
XHTML Strrict!
This commit is contained in:
parent
2a683cfb00
commit
5d6a723d40
@ -177,15 +177,14 @@
|
||||
echo '<input type="hidden" name="questionids" value="' .
|
||||
implode(',', $attemptobj->get_question_ids($page)) . "\" />\n";
|
||||
|
||||
// End middle column.
|
||||
print_container_end();
|
||||
|
||||
// Finish the form
|
||||
echo '</div>';
|
||||
echo '</div>';
|
||||
echo "</form>\n";
|
||||
|
||||
// End middle column.
|
||||
print_container_end();
|
||||
echo '</div>';
|
||||
|
||||
echo '</div>';
|
||||
echo '<div class="clearer"></div>';
|
||||
|
||||
// Finish the page
|
||||
|
Loading…
x
Reference in New Issue
Block a user