diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-05 15:10:38 +0100 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-05 15:10:38 +0100 |
| commit | e30f43bd81b3d7a682b3bb65eacd20ddb46b5230 (patch) | |
| tree | 0cd30184ab574b4177ad3f04f9826ba82bfbeda1 /searx/webapp.py | |
| parent | 07f83cab224d2ddf1f7fd8b544f2f2d6679c2416 (diff) | |
| parent | 73ab92544a5240bcbe7a1d39ee50ad809125db30 (diff) | |
Merge remote-tracking branch 'asciimoo/master'
Diffstat (limited to 'searx/webapp.py')
| -rw-r--r-- | searx/webapp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index 4dbfcd6c1..ab6d522c1 100644 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -182,6 +182,7 @@ def index(): selected_categories=search.categories, paging=search.paging, pageno=search.pageno, + base_url=get_base_url(), suggestions=search.suggestions ) |