diff --git a/searx/webapp.py b/searx/webapp.py index a2b591219..3f9fe4998 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -989,7 +989,7 @@ function replaceUrlWithFootnote(text) { } function beautify(text) { - new_text=text.replaceAll("(","(").replaceAll(")",")").replaceAll(", ",",").replaceAll("链接:",",") + new_text=text.replaceAll("(","(").replaceAll(")",")").replaceAll(", ",",").replaceAll("链接:",",").replaceAll("链接:",",") for(let i=prompt.url_pair.length;i>=0;--i) { new_text = new_text.replaceAll("(url"+String(i),"(https://url"+String(i) )