|  | @@ -40,7 +40,7 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |        <?php if ($variables['view_mode'] == 'search_api_page_result') : // Uses child template. ?>
 | 
	
		
			
				|  |  |          <?php print render($search_results); ?>
 | 
	
		
			
				|  |  | -      <? else : // All other view modes (Teaser, Full content, RSS and so forth). ?>
 | 
	
		
			
				|  |  | +      <?php else : // All other view modes (Teaser, Full content, RSS and so forth). ?>
 | 
	
		
			
				|  |  |          <div class="search-results">
 | 
	
		
			
				|  |  |            <?php print render(entity_view($index->item_type, $items, $variables['view_mode'])); ?>
 | 
	
		
			
				|  |  |          </div>
 |