From 0e109cfd1b6807166f277234c1b1bd1c070ce612 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 2 Oct 2008 17:50:25 +0000 Subject: [PATCH] - revert wrong stuff from my tests that shouldn't be commited --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/js/app.js b/program/js/app.js index 7a8b5e907..b7a3ed51c 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -2112,7 +2112,7 @@ function rcube_webmail() if (this.env.signatures[id]) { - newsig = String(this.env.signatures[id]['text']).replace("\n", "\r\n"); + newsig = this.env.signatures[id]['text']; htmlsig = this.env.signatures[id]['is_html']; }