mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
c
This commit is contained in:
parent
5f6aaf6020
commit
91bc5b49ca
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -1248,6 +1248,7 @@ for(let i=prompt.url_pair.length;i>=0;--i)
|
|||
{
|
||||
new_text = new_text.replaceAll("(url"+String(i),"(https://url"+String(i) )
|
||||
new_text = new_text.replaceAll("(链接url"+String(i),"(https://url"+String(i) )
|
||||
new_text = new_text.replaceAll("(链接https://url"+String(i),"(https://url"+String(i) )
|
||||
new_text = new_text.replaceAll("(链接"+String(i),"(https://url"+String(i) )
|
||||
}
|
||||
new_text = replaceUrlWithFootnote(new_text)
|
||||
|
|
Loading…
Add table
Reference in a new issue