diff --git a/src/main/webapp/WEB-INF/views/report/ipRangeReportList.jsp b/src/main/webapp/WEB-INF/views/report/ipRangeReportList.jsp
index e63c6135d..2b8242d85 100644
--- a/src/main/webapp/WEB-INF/views/report/ipRangeReportList.jsp
+++ b/src/main/webapp/WEB-INF/views/report/ipRangeReportList.jsp
@@ -54,52 +54,34 @@
-
diff --git a/src/main/webapp/WEB-INF/views/report/urlReportList.jsp b/src/main/webapp/WEB-INF/views/report/urlReportList.jsp
index e4c14780f..7e2c9325a 100644
--- a/src/main/webapp/WEB-INF/views/report/urlReportList.jsp
+++ b/src/main/webapp/WEB-INF/views/report/urlReportList.jsp
@@ -28,7 +28,7 @@
console.log(title);
if(title != undefined && title != null){
if(title.length > 80){
- $(this).find("td").eq(0).text(title.substring(0,80)+"...");
+ $(this).find("td").eq(0).text(title.substring(0,80));
}else{
$(this).find("td").eq(0).text(title);
}
@@ -69,19 +69,13 @@