From b5cbbcede4bb352531198d4e80a36d0082ccfa6e Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Thu, 12 Feb 2015 02:02:30 +0100 Subject: LTR the about page correctly --- searx/webapp.py | 1 - 1 file changed, 1 deletion(-) (limited to 'searx/webapp.py') diff --git a/searx/webapp.py b/searx/webapp.py index 77b4507e9..b12a08db5 100644 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -412,7 +412,6 @@ def about(): """Render about page""" return render( 'about.html', - rtl=False, ) -- cgit v1.2.3