From 866065f78ba915aab369376c625af02f4180489e Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Tue, 19 Dec 2006 04:37:28 +0000 Subject: [PATCH] MDL-7861, fixing xhtml strict problems in scales --- course/scales.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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"); -- 2.39.5