From: vyshane Date: Wed, 20 Dec 2006 02:25:52 +0000 (+0000) Subject: xhtml fixes for MDL-7861. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=048e3e212184426b15111d83c585897bc151de81;p=moodle.git xhtml fixes for MDL-7861. --- diff --git a/course/report/outline/index.php b/course/report/outline/index.php index be503ca0be..06cf2d6746 100644 --- a/course/report/outline/index.php +++ b/course/report/outline/index.php @@ -59,9 +59,6 @@ default: print_string("section"); break; } echo " $i"; - - echo ""; } } } @@ -125,5 +119,4 @@ function print_outline_row($mod, $instance, $result) { echo ""; } -?> - +?> \ No newline at end of file