mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Alt on favicon Width of image should be 400 and not 400px Correct alt+title on image No <p> contains <p>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			602 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			602 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="result">
 | 
						|
  {% if result['favicon'] %}
 | 
						|
    <img width="14" height="14" class="favicon" src="static/{{theme}}/img/icon_{{result['favicon']}}.ico" alt="{{result['favicon']}}" />
 | 
						|
  {% endif %}
 | 
						|
 | 
						|
      <h3 class="result_title"><a href="{{ result.url }}">{{ result.title|safe }}</a></h3>
 | 
						|
      {% if result.publishedDate %}<p class="published_date">{{ result.publishedDate }}</p>{% endif %}
 | 
						|
      <a href="{{ result.url }}"><img width="400" src="{{ result.thumbnail }}" title="{{ result.title|striptags }}" alt="{{ result.title|striptags }}"/></a>
 | 
						|
      <p class="url">{{ result.url }}</p>
 | 
						|
</div>
 |