git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10314
7612ce4b-ef26-0410-bec9-
ea0150e637f0
return value (#1351822)
- Make test for IE6 in SendDownloadHeaders also match versions higher
than 6 (#1339211).
+ - Allow double quote to be used in MOTD (#1276959).
Version 1.5.0 - 2 February 2004
-------------------------------
$line =~ s/ /\ \ /g;
$line =~ s/\t/\ \ \ \ /g;
$line =~ s/$/ /;
- $line =~ s/\"/"/g;
+ $line =~ s/\"/\\\"/g;
$new_motd = $new_motd . $line;
}