# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: moodle/course/format/topics/format.php
--- moodle/course/format/topics/format.php Base (1.115)
+++ moodle/course/format/topics/format.php Locally Modified (Based On 1.115)
@@ -94,7 +94,7 @@
 
     // Note, no need for a 'left side' cell or DIV.
     // Note, 'right side' is BEFORE content.
-    echo '<li id="section-0" class="section main" >';
+    echo '<li id="section-0" class="section main clearfix" >';
     echo '<div class="left side">&nbsp;</div>';
     echo '<div class="right side" >&nbsp;</div>';
     echo '<div class="content">';
@@ -175,7 +175,7 @@
             $sectionstyle = '';
         }
 
-        echo '<li id="section-'.$section.'" class="section main'.$sectionstyle.'" >'; //'<div class="left side">&nbsp;</div>';
+        echo '<li id="section-'.$section.'" class="section main clearfix'.$sectionstyle.'" >'; //'<div class="left side">&nbsp;</div>';
 
             echo '<div class="left side">'.$currenttext.$section.'</div>';
         // Note, 'right side' is BEFORE content.
