mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] correct kv template formatting and remove internal data
Slightly modified merge of commit [ea7ccf24] from searx. [ea7ccf24] https://github.com/searx/searx/commit/ea7ccf24 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
		
							parent
							
								
									e0af67f0af
								
							
						
					
					
						commit
						e33858d6ef
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -1,8 +1,8 @@ | |||
| {% from 'oscar/macros.html' import result_footer, result_footer_rtl with context %} | ||||
| <div class="panel panel-default"> | ||||
| <div class="result result-default"> | ||||
| <table class="table table-responsive table-bordered table-condensed"> | ||||
|     {% for key, value in result.items() %} | ||||
|     {% if key in ['engine', 'engines', 'template', 'score', 'category', 'positions'] %} | ||||
|     {% if key in ['engine', 'engines', 'template', 'score', 'category', 'positions', 'pretty_url', 'parsed_url'] %} | ||||
|         {% continue %} | ||||
|     {% endif %} | ||||
|     <tr> | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| <table> | ||||
|     {% for key, value in result.items() %} | ||||
|     {% if key in ['engine', 'engines', 'template', 'score', 'category', 'positions'] %} | ||||
|     {% if key in ['engine', 'engines', 'template', 'score', 'category', 'positions', 'pretty_url', 'parsed_url'] %} | ||||
|         {% continue %} | ||||
|     {% endif %} | ||||
|     <tr> | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Adam Tauber
						Adam Tauber