logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 9520542fa5c9f43c09d53b8673d4e25b6e561be8
parent: c242a01d7be62fdd7f81eeefceb20c677d7f8e8e
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Wed, 11 Feb 2015 16:12:54 +0100

Merge pull request #225 from Cqoicebordel/rtl-fix

Import result_footer_rtl in video so it doesn't crash...

Diffstat:

Msearx/templates/oscar/result_templates/videos.html2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/searx/templates/oscar/result_templates/videos.html b/searx/templates/oscar/result_templates/videos.html @@ -1,4 +1,4 @@ -{% from 'oscar/macros.html' import result_header, result_sub_header, result_footer, icon %} +{% from 'oscar/macros.html' import result_header, result_sub_header, result_footer, result_footer_rtl, icon %} {{ result_header(result, favicons) }} {{ result_sub_header(result) }}