浏览代码

Maps data must be LTR in RTL

Cqoicebordel 10 年前
父节点
当前提交
cec3ea77d5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      searx/templates/oscar/result_templates/map.html

+ 1
- 1
searx/templates/oscar/result_templates/map.html 查看文件

@@ -40,7 +40,7 @@
40 40
 {% endif %}
41 41
 
42 42
 {% if result.osm and (result.osm.type and result.osm.id) %}
43
-    <div class="row result-content collapse col-xs-12 col-sm-7 col-md-8" id="result-overpass-{{ index }}">
43
+    <div class="row result-content collapse col-xs-12 col-sm-7 col-md-8" id="result-overpass-{{ index }}"{% if rtl %} dir="ltr"{% endif %}>
44 44
         <div class="text-center" id="result-overpass-table-loading-{{ index }}"><img src="{{ url_for('static', filename='img/loader.gif') }}" alt="Loading ..."/></div>
45 45
         <table class="table table-striped table-condensed hidden" id="result-overpass-table-{{ index }}">
46 46
             <tr><th>key</th><th>value</th></tr>