From a73da32773a64829e11f7833f1a08adb26c6c28c Mon Sep 17 00:00:00 2001 From: teepe Date: Tue, 25 Dec 2001 16:40:34 +0000 Subject: [PATCH] squashed bug #496616 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1947 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/conf.pl b/config/conf.pl index 1824c2fd..8b095a65 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -817,7 +817,7 @@ sub command71 { $line =~ s/ /\ \ /g; $line =~ s/\t/\ \ \ \ /g; $line =~ s/$/ /; - $line =~ s/\"/\\\"/g; + $line =~ s/\'/\\\'/g; $new_motd = $new_motd . $line; } -- 2.25.1