Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
User descriptions weren't being filtered! They are now. :-)
  • Loading branch information
moodler committed Jan 14, 2004
1 parent c3fcf3f commit aeb23d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/view.php
Expand Up @@ -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
Expand Down

0 comments on commit aeb23d0

Please sign in to comment.