From 4a8aa19f14bccef14360bc1c7af0a856a0591f34 Mon Sep 17 00:00:00 2001 From: zouap Date: Tue, 29 Mar 2022 11:56:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- public/home/search.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/home/search.js b/public/home/search.js index ccd873f28..a5994db58 100644 --- a/public/home/search.js +++ b/public/home/search.js @@ -591,6 +591,9 @@ function setIssueOrPrInnerHtml(data,path){ } function addBlank(url){ + if(url == null){ + return url; + } var tmps = url.split("/"); if(tmps.length == 2){ return tmps[0] + " / " + tmps[1]; @@ -1254,7 +1257,7 @@ var zhCN={ "search_last_page":"Last", "search_go_to":"Go", "search_go_page":"Page", - "find_title":" \"{keyword}\" related {tablename} maybe {total}", + "find_title":" \"{keyword}\" {total} related {tablename}", "search_empty":"Please enter any keyword to start the search." }