Index: course/format/weeks/format.php
===================================================================
RCS file: /cvsroot/moodle/moodle/course/format/weeks/format.php,v
retrieving revision 1.74.2.6
diff -u -r1.74.2.6 format.php
--- course/format/weeks/format.php	10 Dec 2008 06:05:27 -0000	1.74.2.6
+++ course/format/weeks/format.php	26 Oct 2009 19:45:50 -0000
@@ -99,8 +99,8 @@
     $thissection = $sections[$section];
 
     if ($thissection->summary or $thissection->sequence or isediting($course->id)) {
-        echo '<tr id="section-0" class="section main">';
-        echo '<td class="left side">&nbsp;</td>';
+        echo '<tr class="section main">';
+        echo '<td id="section-0" class="left side">&nbsp;</td>';
         echo '<td class="content">';
         
         echo '<div class="summary">';
@@ -186,8 +186,8 @@
                 $sectionstyle = '';
             }
 
-            echo '<tr id="section-'.$section.'" class="section main'.$sectionstyle.'">';
-            echo '<td class="left side">&nbsp;'.$currenttext.'</td>';
+            echo '<tr class="section main'.$sectionstyle.'">';
+            echo '<td id="section-'.$section.'" class="left side">&nbsp;'.$currenttext.'</td>';
 
             $weekperiod = $weekday.' - '.$endweekday;
 
