merged from stable (removed excess clean_text)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user