]> git.parisson.com Git - teleforma-moodle-course.git/commitdiff
cleanup master
authorguillaume pellerin <parisson@campusicp.fr>
Sun, 22 Sep 2013 22:08:54 +0000 (00:08 +0200)
committerguillaume pellerin <parisson@campusicp.fr>
Sun, 22 Sep 2013 22:08:54 +0000 (00:08 +0200)
format/renderer.php

index 7f33f3f1023aaadf24aaf54bc85fbb181f006287..8a5c90feaf8382f3d9131a7dab10142afbc5cf33 100644 (file)
@@ -679,7 +679,6 @@ abstract class format_section_renderer_base extends plugin_renderer_base {
         // Now the list of sections..
         echo $this->start_section_list();
 
-
         foreach ($modinfo->get_section_info_all() as $section => $thissection) {
             if ($section == 0) {
                 // 0-section is displayed a little different then the others