squashed bug #496616
authorteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 25 Dec 2001 16:40:34 +0000 (16:40 +0000)
committerteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 25 Dec 2001 16:40:34 +0000 (16:40 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1947 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/conf.pl

index 1824c2fde70a6b2c22a43443177dff6f5bc4ede8..8b095a6593c947c9b120b8ab7820aa9f80e9bfb5 100755 (executable)
@@ -817,7 +817,7 @@ sub command71 {
          $line =~ s/  /\&nbsp;\&nbsp;/g;
          $line =~ s/\t/\&nbsp;\&nbsp;\&nbsp;\&nbsp;/g;
          $line =~ s/$/ /;
-         $line =~ s/\"/\\\"/g;
+         $line =~ s/\'/\\\'/g;
 
          $new_motd = $new_motd . $line;
       }