]> git.mjollnir.org Git - moodle.git/commitdiff
Smaller info
authormoodler <moodler>
Mon, 14 Apr 2003 02:45:03 +0000 (02:45 +0000)
committermoodler <moodler>
Mon, 14 Apr 2003 02:45:03 +0000 (02:45 +0000)
user/index.php

index 2ee15ada09b5dc5ef5afbde3572c9f57d4ce59a3..e847b5377fad6a6f9dc78f1c670069dd98ae1219 100644 (file)
@@ -74,9 +74,9 @@
             if ($numstudents > $USER_LARGE_CLASS and $showall == "0") {
                 $a->count  = $USER_LARGE_CLASS;
                 $a->things = strtolower($course->students);
-                echo "<h3 align=center>".get_string("displayingfirst", "", $a);
+                echo "<p align=center>".get_string("displayingfirst", "", $a);
                 echo "(<a href=\"index.php?id=$course->id&sort=$sort&dir=$dir&showall=1\">".get_string("showallusers")."</a>)";
-                echo "</h3>";
+                echo "</p>";
             }
             $columns = array("name", "city", "country", "lastaccess");