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
e3810d417e
commit
bc40e445bc
1 changed files with 1 additions and 1 deletions
|
@ -741,7 +741,7 @@ def search():
|
||||||
for urls in url_pair.keys():
|
for urls in url_pair.keys():
|
||||||
gpt = gpt.replace(urls,url_pair[urls])
|
gpt = gpt.replace(urls,url_pair[urls])
|
||||||
if gpt and gpt!="":
|
if gpt and gpt!="":
|
||||||
for i in range(1,10)
|
for i in range(1,10):
|
||||||
gpt.replace("["+i+"]","[^"+i+"]")
|
gpt.replace("["+i+"]","[^"+i+"]")
|
||||||
gpt = markdown.markdown( gpt , extensions=['footnotes'])
|
gpt = markdown.markdown( gpt , extensions=['footnotes'])
|
||||||
for urls in url_pair.keys():
|
for urls in url_pair.keys():
|
||||||
|
|
Loading…
Add table
Reference in a new issue