| @@ -591,6 +591,9 @@ function setIssueOrPrInnerHtml(data,path){ | |||||
| } | } | ||||
| function addBlank(url){ | function addBlank(url){ | ||||
| if(url == null){ | |||||
| return url; | |||||
| } | |||||
| var tmps = url.split("/"); | var tmps = url.split("/"); | ||||
| if(tmps.length == 2){ | if(tmps.length == 2){ | ||||
| return tmps[0] + " / " + tmps[1]; | return tmps[0] + " / " + tmps[1]; | ||||
| @@ -1254,7 +1257,7 @@ var zhCN={ | |||||
| "search_last_page":"Last", | "search_last_page":"Last", | ||||
| "search_go_to":"Go", | "search_go_to":"Go", | ||||
| "search_go_page":"Page", | "search_go_page":"Page", | ||||
| "find_title":" \"<strong class=\"highlight\" id=\"keyword_desc\">{keyword}</strong>\" related {tablename} maybe {total}", | |||||
| "find_title":" \"<strong class=\"highlight\" id=\"keyword_desc\">{keyword}</strong>\" {total} related {tablename}", | |||||
| "search_empty":"<strong>Please enter any keyword to start the search.</strong>" | "search_empty":"<strong>Please enter any keyword to start the search.</strong>" | ||||
| } | } | ||||