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/templates/oscar/about.html | |
parent | d4ba97d00df7e1d97c0fa63419ab74dc4ee10f00 (diff) | |
download | searxng-b5cbbcede4bb352531198d4e80a36d0082ccfa6e.tar.gz searxng-b5cbbcede4bb352531198d4e80a36d0082ccfa6e.zip |
LTR the about page correctly
Diffstat (limited to 'searx/templates/oscar/about.html')
-rw-r--r-- | searx/templates/oscar/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/about.html b/searx/templates/oscar/about.html index 6f9572546..e1f378294 100644 --- a/searx/templates/oscar/about.html +++ b/searx/templates/oscar/about.html @@ -2,7 +2,7 @@ {% block site_alert_warning_nojs %} {% endblock %} {% block title %}{{ _('about') }} - {% endblock %} {% block content %} -<div> +<div{% if rtl %} dir="ltr"{% endif %}> <h1>About <a href="{{ url_for('index') }}">searx</a></h1> <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>, aggregating the results of other <a href="{{ url_for('preferences') }}">search engines</a> while not storing information about its users. |