mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
Removing <font> tags. I didn't add any styles because there was no
visible difference in text size after the removal.
This commit is contained in:
parent
686fafc187
commit
40d4f7362a
1 changed files with 3 additions and 3 deletions
|
@ -290,9 +290,9 @@ function print_user_table($users, $isteacher) {
|
|||
|
||||
$table->data[] = array ($picture,
|
||||
"<b><a href=\"$CFG->wwwroot/user/view.php?id=$user->id&course=$course->id\">$fullname</a></b>",
|
||||
"<font size=\"2\">$user->city</font>",
|
||||
"<font size=\"2\">$user->country</font>",
|
||||
"<font size=\"2\">$lastaccess</font>");
|
||||
$user->city,
|
||||
$user->country,
|
||||
$lastaccess);
|
||||
}
|
||||
print_table($table);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue