mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Update webapp.py
This commit is contained in:
parent
f08a73b204
commit
1fbeb84227
1 changed files with 1 additions and 1 deletions
|
@ -989,7 +989,7 @@ function replaceUrlWithFootnote(text) {
|
|||
}
|
||||
function beautify(text)
|
||||
{
|
||||
new_text=text.replaceAll("(","(").replaceAll(")",")").replaceAll(", ",",")
|
||||
new_text=text.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) )
|
||||
|
|
Loading…
Add table
Reference in a new issue