summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorCqoicebordel <Cqoicebordel@users.noreply.github.com>2015-02-12 02:02:30 +0100
committerCqoicebordel <Cqoicebordel@users.noreply.github.com>2015-02-12 02:02:30 +0100
commitb5cbbcede4bb352531198d4e80a36d0082ccfa6e (patch)
treea4b231aa5905210a49d4b1f70f6be1b089ac4ef7 /searx/webapp.py
parentd4ba97d00df7e1d97c0fa63419ab74dc4ee10f00 (diff)
downloadsearxng-b5cbbcede4bb352531198d4e80a36d0082ccfa6e.tar.gz
searxng-b5cbbcede4bb352531198d4e80a36d0082ccfa6e.zip
LTR the about page correctly
Diffstat (limited to 'searx/webapp.py')
-rw-r--r--searx/webapp.py1
1 files changed, 0 insertions, 1 deletions
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,
)