diff --git a/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js b/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js index 02fbb105bc1..5f4389b2a07 100644 --- a/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js +++ b/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js @@ -72,11 +72,13 @@ function GetArgs() if (aChar == quoteChar) { quoteChar = ""; + data += aChar; } else if (aCharCode == 39 || aCharCode == 34) //quote or double quote { if (quoteChar == "") quoteChar = aChar; + data += aChar; } else if (aChar == ",") {