mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Merge pull request #225 from Cqoicebordel/rtl-fix
Import result_footer_rtl in video so it doesn't crash...
This commit is contained in:
		
						commit
						9520542fa5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1,4 +1,4 @@ | ||||||
| {% from 'oscar/macros.html' import result_header, result_sub_header, result_footer, icon %} | {% from 'oscar/macros.html' import result_header, result_sub_header, result_footer, result_footer_rtl, icon %} | ||||||
| 
 | 
 | ||||||
| {{ result_header(result, favicons) }} | {{ result_header(result, favicons) }} | ||||||
| {{ result_sub_header(result) }} | {{ result_sub_header(result) }} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Adam Tauber
						Adam Tauber