From df9cf9d09bf4496a9e5d799bd99437a3224a06d4 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Tue, 10 Feb 2015 15:23:56 +0100 Subject: Merge branch 'rtl' of github.com:Cqoicebordel/searx --- searx/templates/oscar/result_templates/videos.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'searx/templates/oscar/result_templates/videos.html') diff --git a/searx/templates/oscar/result_templates/videos.html b/searx/templates/oscar/result_templates/videos.html index 2cf8b61df..87fe25afe 100644 --- a/searx/templates/oscar/result_templates/videos.html +++ b/searx/templates/oscar/result_templates/videos.html @@ -20,4 +20,8 @@ +{% if rtl %} +{{ result_footer_rtl(result) }} +{% else %} {{ result_footer(result) }} +{% endif %} -- cgit v1.2.3