From: toyomoyo Date: Tue, 19 Dec 2006 04:37:28 +0000 (+0000) Subject: MDL-7861, fixing xhtml strict problems in scales X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=866065f78ba915aab369376c625af02f4180489e;p=moodle.git MDL-7861, fixing xhtml strict problems in scales --- diff --git a/course/scales.php b/course/scales.php index babed32093..6d8ae10c6c 100644 --- a/course/scales.php +++ b/course/scales.php @@ -110,7 +110,7 @@ close_window_button(); - echo "

"; + echo "

"; print_simple_box_start("center"); print_heading($scale->name); echo "

"; @@ -118,7 +118,7 @@ echo "
"; echo text_to_html($scale->description); print_simple_box_end(); - echo "

"; + echo "

"; close_window_button(); @@ -206,7 +206,6 @@ echo ""; echo ""; echo ""; - echo ""; if ($scale->id) { echo ""; echo ""; @@ -387,7 +386,7 @@ print_simple_box_start('center'); print_single_button($CFG->wwwroot.'/course/scales.php',$options,$srtcreatenewscale,'POST'); print_simple_box_end(); - echo "

"; + echo "

"; if (!empty($notify)) { notify($notify, "green");