소스 검색

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>