User descriptions weren't being filtered! They are now. :-)

This commit is contained in:
moodler
2004-01-14 13:07:29 +00:00
parent c3fcf3f3c5
commit aeb23d0a02
+1 -1
View File
@@ -85,7 +85,7 @@
// Print the description
if ($user->description) {
echo "<p>".text_to_html($user->description)."</p><hr>";
echo "<p>".format_text($user->description)."</p><hr>";
}
// Print all the little details in a list