]> git.mjollnir.org Git - moodle.git/commitdiff
xhtml fixes for MDL-7861.
authorvyshane <vyshane>
Wed, 20 Dec 2006 02:25:52 +0000 (02:25 +0000)
committervyshane <vyshane>
Wed, 20 Dec 2006 02:25:52 +0000 (02:25 +0000)
course/report/outline/index.php

index be503ca0be581d7171e9d332945fda7363ac730f..06cf2d6746cac9b15dc93e0ab49c3b749f658b24 100644 (file)
@@ -59,9 +59,6 @@
                     default: print_string("section"); break;
                 }
                 echo " $i</h2>";
-
-                echo "<ul>";
-
                 echo "<table cellpadding=\"4\" cellspacing=\"0\">";
 
                 $sectionmods = explode(",", $section->sequence);
@@ -88,9 +85,6 @@
                 }
 
                 echo "</table>";
-                print_simple_box_end();
-
-                echo "</ul>";
             }
         }
     }
@@ -125,5 +119,4 @@ function print_outline_row($mod, $instance, $result) {
     echo "</tr>";
 }
 
-?>
-
+?>
\ No newline at end of file