diff options
author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-12 02:02:30 +0100 |
---|---|---|
committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-12 02:02:30 +0100 |
commit | b5cbbcede4bb352531198d4e80a36d0082ccfa6e (patch) | |
tree | a4b231aa5905210a49d4b1f70f6be1b089ac4ef7 /searx/webapp.py | |
parent | d4ba97d00df7e1d97c0fa63419ab74dc4ee10f00 (diff) | |
download | searxng-b5cbbcede4bb352531198d4e80a36d0082ccfa6e.tar.gz searxng-b5cbbcede4bb352531198d4e80a36d0082ccfa6e.zip |
LTR the about page correctly
Diffstat (limited to 'searx/webapp.py')
-rw-r--r-- | searx/webapp.py | 1 |
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, ) |