Output-transform the signature preview

svn path=/trunk/boinc/; revision=6149
This commit is contained in:
Janus B. Kristensen 2005-05-13 19:15:39 +00:00
parent 2aa5497d4e
commit b1f774ab65
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ row2("Signature for message boards".html_info().
if ($user->signature!=""){
row2("Signature preview".
"<br><font size=-2>This is how your signature will look in the forums</font>",
nl2br(sanitize_html(stripslashes($user->signature)))
output_transform($user->signature)
);
}
row2("", "<input type=submit value='Update info'>");