瀏覽代碼

Issue #72: Updating API to include 2.1 improvements: 6d07c4f

Stephen Ficklin 7 年之前
父節點
當前提交
511faaa848
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      legacy/tripal_pub/theme/templates/tripal_pub_features.tpl.php

+ 1 - 1
legacy/tripal_pub/theme/templates/tripal_pub_features.tpl.php

@@ -37,7 +37,7 @@ if(count($features) > 0){ ?>
   // the $headers array is an array of fields to use as the colum headers.
   // additional documentation can be found here
   // https://api.drupal.org/api/drupal/includes%21theme.inc/function/theme_table/7
-  $headers = array('Feature Name', 'Uniquenaem', 'Type');
+  $headers = array('Feature Name', 'Uniquename', 'Type');
 
   // the $rows array contains an array of rows where each row is an array
   // of values for each column of the table in that row.  Additional documentation