Skip to content

Commit

Permalink
XHTML Strict fixes MDL-7861
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jan 5, 2007
1 parent 1c9d49c commit 7475775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions help.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -101,7 +101,7 @@

// 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');
Expand Down

0 comments on commit 7475775

Please sign in to comment.