mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 19:17:07 -05:00 
			
		
		
		
	Maps data must be LTR in RTL
This commit is contained in:
		
							parent
							
								
									a4ae775e0f
								
							
						
					
					
						commit
						cec3ea77d5
					
				@ -40,7 +40,7 @@
 | 
				
			|||||||
{% endif %}
 | 
					{% endif %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% if result.osm and (result.osm.type and result.osm.id) %}
 | 
					{% if result.osm and (result.osm.type and result.osm.id) %}
 | 
				
			||||||
    <div class="row result-content collapse col-xs-12 col-sm-7 col-md-8" id="result-overpass-{{ index }}">
 | 
					    <div class="row result-content collapse col-xs-12 col-sm-7 col-md-8" id="result-overpass-{{ index }}"{% if rtl %} dir="ltr"{% endif %}>
 | 
				
			||||||
        <div class="text-center" id="result-overpass-table-loading-{{ index }}"><img src="{{ url_for('static', filename='img/loader.gif') }}" alt="Loading ..."/></div>
 | 
					        <div class="text-center" id="result-overpass-table-loading-{{ index }}"><img src="{{ url_for('static', filename='img/loader.gif') }}" alt="Loading ..."/></div>
 | 
				
			||||||
        <table class="table table-striped table-condensed hidden" id="result-overpass-table-{{ index }}">
 | 
					        <table class="table table-striped table-condensed hidden" id="result-overpass-table-{{ index }}">
 | 
				
			||||||
            <tr><th>key</th><th>value</th></tr>
 | 
					            <tr><th>key</th><th>value</th></tr>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user