diff options
Diffstat (limited to 'searx/templates/simple/result_templates/videos.html')
| -rw-r--r-- | searx/templates/simple/result_templates/videos.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/result_templates/videos.html b/searx/templates/simple/result_templates/videos.html index 23d4195ca..8771cea1f 100644 --- a/searx/templates/simple/result_templates/videos.html +++ b/searx/templates/simple/result_templates/videos.html @@ -15,7 +15,7 @@ </p> {% endif -%} </p> -{{- result_sub_footer(result, proxify) -}} +{{- result_sub_footer(result) -}} {% if result.iframe_src -%} <div id="result-video-{{ index }}" class="embedded-video invisible"> <iframe data-src="{{result.iframe_src}}" frameborder="0" allowfullscreen></iframe> |