mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[enh] using less html code to disable autoescaping for embeded results
This commit is contained in:
		
							parent
							
								
									811515101b
								
							
						
					
					
						commit
						9109686c4e
					
				
					 2 changed files with 2 additions and 6 deletions
				
			
		|  | @ -11,9 +11,7 @@ | |||
| 
 | ||||
| {% if result.embedded %} | ||||
| <div id="result-media-{{ index }}" class="collapse"> | ||||
| {% autoescape false %} | ||||
|    {{ result.embedded }} | ||||
| {% endautoescape %} | ||||
|    {{ result.embedded|safe }} | ||||
| </div> | ||||
| {% endif %} | ||||
| 
 | ||||
|  |  | |||
|  | @ -11,9 +11,7 @@ | |||
| 
 | ||||
| {% if result.embedded %} | ||||
| <div id="result-video-{{ index }}" class="collapse"> | ||||
| {% autoescape false %} | ||||
|    {{ result.embedded }} | ||||
| {% endautoescape %} | ||||
|    {{ result.embedded|safe }} | ||||
| </div> | ||||
| {% endif %} | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Thomas Pointhuber
						Thomas Pointhuber