mirror of https://github.com/BOINC/boinc.git
Output-transform the signature preview
svn path=/trunk/boinc/; revision=6149
This commit is contained in:
parent
2aa5497d4e
commit
b1f774ab65
|
@ -132,7 +132,7 @@ row2("Signature for message boards".html_info().
|
||||||
if ($user->signature!=""){
|
if ($user->signature!=""){
|
||||||
row2("Signature preview".
|
row2("Signature preview".
|
||||||
"<br><font size=-2>This is how your signature will look in the forums</font>",
|
"<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'>");
|
row2("", "<input type=submit value='Update info'>");
|
||||||
|
|
Loading…
Reference in New Issue