Project

General

Profile

« Previous | Next » 

Revision 72e93746

Added by Andreas Kohlbecker almost 11 years ago

fixing minor bug

View differences:

7.x/modules/cdm_dataportal/theme/cdm_dataportal.page.theme
341 341
  }
342 342

  
343 343
  // Description TOC.
344
  $out = '<div id="featureTOC">';
344
  $out .= '<div id="featureTOC">';
345 345
  $out .= '<h2>' . t('Content') . '</h2>';
346 346
  $out .= theme('cdm_feature_nodesTOC', array('featureNodes' => $merged_tree->root->children));
347 347
  $out .= '</div>';

Also available in: Unified diff