From aeb23d0a028a1bfb64d6aecd9d6dec52f50a09dc Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 14 Jan 2004 13:07:29 +0000 Subject: [PATCH] User descriptions weren't being filtered! They are now. :-) --- user/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5