]> git.mjollnir.org Git - moodle.git/commitdiff
Removed the "then" string, no need for it
authormoodler <moodler>
Sun, 24 Sep 2006 06:47:53 +0000 (06:47 +0000)
committermoodler <moodler>
Sun, 24 Sep 2006 06:47:53 +0000 (06:47 +0000)
lib/adminlib.php

index 51f51330f4fd705c2dd4e574392ab3eefb19f79e..1ba84f9a7e59bae431b4573ea6c24fa35267fa70 100644 (file)
@@ -1541,7 +1541,7 @@ class admin_setting_courselist_frontpage extends admin_setting_configselect {
             }
             $return .= '</select>';
             if ($i !== count($this->choices) - 2) {
-              $return .= '&nbsp;&nbsp;' . get_string('then') . '&nbsp;&nbsp;';
+                $return .= '<br />';
             }
         }
         $return .= '</td></tr><tr><td>&nbsp;</td><td align="left">' . $this->description . '</td></tr>';