diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-02-12 08:25:18 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-02-12 08:25:18 +0100 |
| commit | 516105c570a920dadeb87b34ee5ee434ad5cb16f (patch) | |
| tree | a4b231aa5905210a49d4b1f70f6be1b089ac4ef7 /searx/webapp.py | |
| parent | 9520542fa5c9f43c09d53b8673d4e25b6e561be8 (diff) | |
| parent | b5cbbcede4bb352531198d4e80a36d0082ccfa6e (diff) | |
Merge pull request #227 from Cqoicebordel/rtl-fix
RTL-fixes
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, ) |