mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Correct alt and title
This commit is contained in:
		
							parent
							
								
									8708e5fc56
								
							
						
					
					
						commit
						2bb820c281
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1,6 +1,6 @@ | ||||||
| <div class="image_result"> | <div class="image_result"> | ||||||
|     <p> |     <p> | ||||||
|         <a href="{{ result.img_src }}"><img src="{{ result.img_src }}" title="{{ result.title }}"/></a> |         <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> |         <span class="url"><a href="{{ result.url }}" class="small_font">original context</a></span> | ||||||
|     </p> |     </p> | ||||||
| </div> | </div> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Cqoicebordel
						Cqoicebordel