]> git.mjollnir.org Git - moodle.git/commitdiff
Removing deprecated <font> and <center>.
authordefacer <defacer>
Mon, 31 Jan 2005 01:03:41 +0000 (01:03 +0000)
committerdefacer <defacer>
Mon, 31 Jan 2005 01:03:41 +0000 (01:03 +0000)
user/index.php

index a0f206c3bbc6caf78c6e4730216b092c48331f41..ff870bee55d7ef1307e67092b8ea2832de0a436a 100644 (file)
     echo '</h2>';
 
     if (($CFG->longtimenosee < 500) and (!$page) and ($sort == "lastaccess")) {
-        echo "<center><p><font size=\"1\">(";
-        print_string("unusedaccounts","",$CFG->longtimenosee);
-        echo ")</font></p></center>";
+        echo '<p style="text-align: center;">('.get_string('unusedaccounts', '', $CFG->longtimenosee).')</p>';
     }
 
     /// Print paging bars if necessary