summaryrefslogtreecommitdiff
path: root/program/js
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-10-02 17:50:25 +0000
committeralecpl <alec@alec.pl>2008-10-02 17:50:25 +0000
commit0e109cfd1b6807166f277234c1b1bd1c070ce612 (patch)
treedfbbb47e5c83f20132c5012980bdbae6fc39131c /program/js
parent52851464e0267795ffd688e3c769d9161011dba8 (diff)
- revert wrong stuff from my tests that shouldn't be commited
Diffstat (limited to 'program/js')
-rw-r--r--program/js/app.js2
1 files changed, 1 insertions, 1 deletions
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'];
}