merged from stable (removed excess clean_text)

This commit is contained in:
moodler 2004-08-26 15:24:45 +00:00
parent 1290953e40
commit 7a2292aede

View File

@ -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