From 7475775d4ac4ed5c7695edfa66b5df59df7b433e Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 5 Jan 2007 16:16:21 +0000 Subject: [PATCH] XHTML Strict fixes MDL-7861 --- help.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/help.php b/help.php index 06ae7c39c1fda..96fd8199bd4bc 100644 --- a/help.php +++ b/help.php @@ -21,7 +21,7 @@ // 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 @@ // 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');