From 63aed6be252f73eca565857697080deef9859831 Mon Sep 17 00:00:00 2001
From: daiao <358551898@qq.com>
Date: Mon, 18 Sep 2017 10:12:50 +0800
Subject: [PATCH] =?UTF-8?q?C=E8=AF=AD=E8=A8=80=E8=AF=84=E6=B5=8B=E5=AE=9E?=
=?UTF-8?q?=E9=99=85=E8=BE=93=E5=87=BA=E4=B8=8E=E4=B8=AD=E9=97=B4=E5=B1=82?=
=?UTF-8?q?=E7=BB=9F=E4=B8=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/javascripts/edu/edu_tpi.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/javascripts/edu/edu_tpi.js b/public/javascripts/edu/edu_tpi.js
index 500d9b74c..a7ee1c82e 100644
--- a/public/javascripts/edu/edu_tpi.js
+++ b/public/javascripts/edu/edu_tpi.js
@@ -360,7 +360,7 @@ function setupAjaxIndicatorBase() {
}
function match_specific_symbol(str){
- str = str.replace(/ /g, "").replace(/\r\n$/, "").replace(/\n$/, "").replace(/\r\n/g, "
").replace(/\n/g, "
").replace(/\t/g, "")
+ str = str.replace(/ /g, "").replace(/\r\n$/, "").replace(/\n$/, "").replace(/\r$/, "").replace(/\r\n/g, "
").replace(/\n/g, "
").replace(/\r/g, "
").replace(/\t/g, "")
return str
};