forked from zaclys/searxng
		
	map.html: display the intended text for the links instead of the URL
For example display "Tokyo (en)" instead of https://en.wikipedia.org/wiki/Tokyo
This commit is contained in:
		
							parent
							
								
									69a6d994e1
								
							
						
					
					
						commit
						7f30ac37e9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -35,7 +35,7 @@
 | 
			
		|||
    <tr><th scope="row">{{ info.label }}</th><td>{{ info.value|safe }}</td></tr>
 | 
			
		||||
    {%- endfor -%}
 | 
			
		||||
    {%- for link in result.links -%}
 | 
			
		||||
    <tr><th scope="row">{{ link.label }}</th><td><a class="text-info cursor-pointer" href="{{ link.url }}">{{ link.url|safe }}</a></td></tr>
 | 
			
		||||
    <tr><th scope="row">{{ link.label }}</th><td><a class="text-info cursor-pointer" href="{{ link.url }}">{{ link.url_label|safe }}</a></td></tr>
 | 
			
		||||
    {%- endfor -%}
 | 
			
		||||
</table>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue