mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	 389fc3b8b2
			
		
	
	
		389fc3b8b2
		
	
	
	
	
		
			
			- Whitespaces - Change a few <p> in <span> - Add RSS to allow browser detection - A few UIUX changes - Add a few more allowed translations
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			312 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			312 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="image_result">
 | |
|     <p>
 | |
|         <a href="{{ result.img_src }}"><img src="{{ result.img_src }}" title="{{ result.title|striptags }}" alt="{{ result.title|striptags }}" /></a>
 | |
|         <span class="url"><a href="{{ result.url }}" class="small_font">{{ _('original context') }}</a></span>
 | |
|     </p>
 | |
| </div>
 |