Project

General

Profile

« Previous | Next » 

Revision 43d01429

Added by Andreas Kohlbecker almost 5 years ago

fix #8370 fixing bug introduced in e89c1115

View differences:

modules/cdm_dataportal/includes/occurrences.inc
760 760
            '#attributes' => array('class' => html_class_attribute_ref($specimen_or_observation)),
761 761
        );
762 762

  
763
        $derivatives[] = drupal_render($occurrence_elements);
763
        $derivatives[] = $occurrence_elements;
764 764
        // all footnotes which has been assembled so far (e.g. from typeDesignations) to here
765 765
//       $foonote_li_elements = theme('cdm_footnotes', array('footnoteListKey' => RenderHints::getFootnoteListKey(), 'enclosingTag' => 'span'));
766 766
//        if (!empty($foonote_li_elements)) {

Also available in: Unified diff