Fixed Signature trailing whitespace (Closes #270)

This commit is contained in:
RainLoop Team 2014-10-30 02:32:04 +04:00
parent 1423b88839
commit 5e8a57f6a3
2 changed files with 2 additions and 13 deletions

View file

@ -679,7 +679,7 @@
if (!bHtml)
{
sSignature = Utils.convertPlainTextToHtml(sSignature);
sSignature = Utils.plainToHtml(sSignature, true);
}
}
@ -935,7 +935,7 @@
if (bSignatureToAll && '' !== sSignature)
{
sText = this.convertSignature(sSignature, '',
Utils.convertPlainTextToHtml(sText), sComposeType);
Utils.plainToHtml(sText, true), sComposeType);
}
this.editor(function (oEditor) {