From 2107c1f7219a0d0895492becbcff4839820ce373 Mon Sep 17 00:00:00 2001 From: defacer Date: Mon, 31 Jan 2005 01:20:43 +0000 Subject: [PATCH] Changing the inline centering with an id. --- user/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5