From cad5d88a92d0d14df8e08ce52a2d5822c3eb22ba Mon Sep 17 00:00:00 2001
From: Esther Brunner <esther@kaffeehaus.ch>
Date: Mon, 29 Aug 2005 17:05:43 +0200
Subject: [PATCH] addslashes for html_signature

darcs-hash:20050829150543-283c4-331c46a3f2a9c7e7556fdf1a1e322b54f3c7eec6.gz
---
 inc/html.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
 }
 
 /**
-- 
GitLab