diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2016-09-04 15:56:46 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2016-09-04 15:57:43 +0200 |
| commit | b4b02316173c911f2b12d7c41b9729b28bc9c32c (patch) | |
| tree | a1ae565beb913744ef51634f054687c00439ae70 /searx/templates/oscar/result_templates/default.html | |
| parent | 7591c8bfe314b82262c49373e7c26fe5c333d671 (diff) | |
[fix] links in new tabs without js ++ noopener bug fix - closes #674
Diffstat (limited to 'searx/templates/oscar/result_templates/default.html')
| -rw-r--r-- | searx/templates/oscar/result_templates/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/result_templates/default.html b/searx/templates/oscar/result_templates/default.html index f283693c3..3ed0f3122 100644 --- a/searx/templates/oscar/result_templates/default.html +++ b/searx/templates/oscar/result_templates/default.html @@ -1,4 +1,4 @@ -{% from 'oscar/macros.html' import result_header, result_sub_header, result_footer, result_footer_rtl, icon %}
+{% from 'oscar/macros.html' import result_header, result_sub_header, result_footer, result_footer_rtl, icon with context %}
{{ result_header(result, favicons) }}
{{ result_sub_header(result) }}
|