From: defacer Date: Mon, 31 Jan 2005 01:20:43 +0000 (+0000) Subject: Changing the inline centering with an id. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2107c1f7219a0d0895492becbcff4839820ce373;p=moodle.git Changing the inline centering with an id. --- diff --git a/user/index.php b/user/index.php index ff870bee55..23db93bde0 100644 --- a/user/index.php +++ b/user/index.php @@ -135,7 +135,7 @@ echo ''; if (($CFG->longtimenosee < 500) and (!$page) and ($sort == "lastaccess")) { - echo '

('.get_string('unusedaccounts', '', $CFG->longtimenosee).')

'; + echo '

('.get_string('unusedaccounts', '', $CFG->longtimenosee).')

'; } /// Print paging bars if necessary