mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
merged from stable (removed excess clean_text)
This commit is contained in:
parent
1290953e40
commit
7a2292aede
@ -123,7 +123,7 @@
|
||||
// Print the description
|
||||
|
||||
if ($user->description) {
|
||||
echo "<p>".format_text(clean_text($user->description, FORMAT_MOODLE))."</p><hr>";
|
||||
echo "<p>".format_text($user->description, FORMAT_MOODLE)."</p><hr>";
|
||||
}
|
||||
|
||||
// Print all the little details in a list
|
||||
|
Loading…
x
Reference in New Issue
Block a user