diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-02 17:50:25 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-02 17:50:25 +0000 |
| commit | d0936400562ed266b5d8ac7e1df680b48fb100d1 (patch) | |
| tree | ff18f7f0ff6d5fab29d709c72833b91e2e2b27a5 | |
| parent | 3f741dd73bf287231837b6eaaf0e93292c4ba572 (diff) | |
- 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
| -rw-r--r-- | roundcubemail/program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
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']; } |
