From 7b8364830ab1e73671ab0ae4a11ae15a260acada Mon Sep 17 00:00:00 2001 From: RainLoop Team Date: Fri, 3 Oct 2014 23:17:45 +0400 Subject: [PATCH] Fixed plain message viewer --- dev/Common/Utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/Common/Utils.js b/dev/Common/Utils.js index 2ff896e9e..4e4fbdbf1 100644 --- a/dev/Common/Utils.js +++ b/dev/Common/Utils.js @@ -1573,7 +1573,7 @@ .replace(/>/g, '>').replace(/') .replace(/[\s]*~~~\/blockquote~~~/g, '') - .replace(/[\-_~]{10,}/g, '
') +// .replace(/[\-_~]{10,}/g, '
') .replace(/\n/g, '
'); return bFindEmailAndLinks ? Utils.findEmailAndLinks(sPlain) : sPlain;