From: moodler Date: Wed, 14 Jan 2004 13:07:29 +0000 (+0000) Subject: User descriptions weren't being filtered! They are now. :-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=aeb23d0a028a1bfb64d6aecd9d6dec52f50a09dc;p=moodle.git User descriptions weren't being filtered! They are now. :-) --- diff --git a/user/view.php b/user/view.php index 15072fcaf0..780bcdd877 100644 --- a/user/view.php +++ b/user/view.php @@ -85,7 +85,7 @@ // Print the description if ($user->description) { - echo "

".text_to_html($user->description)."


"; + echo "

".format_text($user->description)."


"; } // Print all the little details in a list