From: moodler Date: Fri, 5 Jan 2007 16:16:21 +0000 (+0000) Subject: XHTML Strict fixes MDL-7861 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7475775d4ac4ed5c7695edfa66b5df59df7b433e;p=moodle.git XHTML Strict fixes MDL-7861 --- diff --git a/help.php b/help.php index 06ae7c39c1..96fd8199bd 100644 --- 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 '

'. get_string('helpindex') .'

'; +echo '

'. get_string('helpindex') .'

'; $CFG->docroot = ''; // We don't want a doc link here print_footer('none');