]> git.mjollnir.org Git - moodle.git/commitdiff
XHTML Strict fixes MDL-7861
authormoodler <moodler>
Fri, 5 Jan 2007 16:16:21 +0000 (16:16 +0000)
committermoodler <moodler>
Fri, 5 Jan 2007 16:16:21 +0000 (16:16 +0000)
help.php

index 06ae7c39c1fdad3993f694a36969bba9e899b447..96fd8199bd4bc2130f12543ce6316456c389444f 100644 (file)
--- a/help.php
+++ b/help.php
@@ -21,7 +21,7 @@ $forcelang = optional_param('forcelang', '', PARAM_SAFEDIR);
 
 // Start the output.
 print_header();
-print_simple_box_start('center', '96%');
+print_simple_box_start();
 
 // We look for the help to display in lots of different places, and
 // only display an error at the end if we can't find the help file
@@ -101,7 +101,7 @@ if (!$helpfound) {
 
 // End of page.
 close_window_button();
-echo '<p align="center"><a href="help.php?file=index.html">'. get_string('helpindex') .'</a></p>';
+echo '<p class="helpindex"><a href="help.php?file=index.html">'. get_string('helpindex') .'</a></p>';
 
 $CFG->docroot = '';   // We don't want a doc link here
 print_footer('none');