diff options
-rw-r--r-- | inc/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index 8ec445248..da27936e1 100644 --- a/inc/html.php +++ b/inc/html.php @@ -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); } /** |