From: moodler Date: Mon, 14 Apr 2003 02:45:03 +0000 (+0000) Subject: Smaller info X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=980d545f4f4e10e494b7af4c8e6903f709996cc4;p=moodle.git Smaller info --- diff --git a/user/index.php b/user/index.php index 2ee15ada09..e847b5377f 100644 --- a/user/index.php +++ b/user/index.php @@ -74,9 +74,9 @@ if ($numstudents > $USER_LARGE_CLASS and $showall == "0") { $a->count = $USER_LARGE_CLASS; $a->things = strtolower($course->students); - echo "

".get_string("displayingfirst", "", $a); + echo "

".get_string("displayingfirst", "", $a); echo "(id&sort=$sort&dir=$dir&showall=1\">".get_string("showallusers").")"; - echo "

"; + echo "

"; } $columns = array("name", "city", "country", "lastaccess");