|  | @@ -346,9 +346,9 @@ function tripal_featuremap_theme() {
 | 
	
		
			
				|  |  |         'arguments' => array('node' => NULL),
 | 
	
		
			
				|  |  |         'template' => 'tripal_featuremap_base',
 | 
	
		
			
				|  |  |      ),
 | 
	
		
			
				|  |  | -  	'tripal_featuremap_properties' => array(
 | 
	
		
			
				|  |  | -  		'arguments' => array('node' => NULL),
 | 
	
		
			
				|  |  | -  		'template' => 'tripal_featuremap_properties',
 | 
	
		
			
				|  |  | +  	'tripal_featuremap_properties' => array(
 | 
	
		
			
				|  |  | +  		'arguments' => array('node' => NULL),
 | 
	
		
			
				|  |  | +  		'template' => 'tripal_featuremap_properties',
 | 
	
		
			
				|  |  |    	),
 | 
	
		
			
				|  |  |    );
 | 
	
		
			
				|  |  |  }
 |