Browse Source

Fixed windows line feeds in featuremap module

spficklin 12 years ago
parent
commit
ba9a3d5b96
1 changed files with 3 additions and 3 deletions
  1. 3 3
      tripal_featuremap/tripal_featuremap.module

+ 3 - 3
tripal_featuremap/tripal_featuremap.module

@@ -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',
   	),
   );
 }