]> git.mjollnir.org Git - moodle.git/commitdiff
XHTML Strict fix: # MDL-8754
authordonal72 <donal72>
Mon, 5 Mar 2007 05:04:02 +0000 (05:04 +0000)
committerdonal72 <donal72>
Mon, 5 Mar 2007 05:04:02 +0000 (05:04 +0000)
mod/data/view.php

index 6ca69d86187201e310096081792aee6fbeb5f645..99b6d9bbb41e7ba188556a0e17828ca6eb16db5d 100755 (executable)
             blocks_print_group($PAGE, $pageblocks, BLOCK_POS_RIGHT);
             echo '</td>';
         }
-        echo '</table>';
+        echo '</tr></table>';
     }
 
     print_footer($course);