From d0936400562ed266b5d8ac7e1df680b48fb100d1 Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 2 Oct 2008 17:50:25 +0000 Subject: - revert wrong stuff from my tests that shouldn't be commited git-svn-id: https://svn.roundcube.net/trunk@1919 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 7a8b5e907..b7a3ed51c 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/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']; } -- cgit v1.2.3