Skip to content
Snippets Groups Projects
Commit cad5d88a authored by Esther Brunner's avatar Esther Brunner
Browse files

addslashes for html_signature

darcs-hash:20050829150543-283c4-331c46a3f2a9c7e7556fdf1a1e322b54f3c7eec6.gz
parent f5eb7cf0
No related branches found
No related tags found
No related merge requests found
......@@ -998,7 +998,7 @@ function html_signature(){
$sig = str_replace('@NAME@',$INFO['userinfo']['name'],$sig);
$sig = str_replace('@MAIL@',$INFO['userinfo']['mail'],$sig);
$sig = str_replace('@DATE@',date($conf['dformat']),$sig);
return $sig;
return addslashes($sig);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment