Project

General

Profile

« Previous | Next » 

Revision b56a52e4

Added by Andreas Kohlbecker over 3 years ago

ref #8543 replacing theme_cdm_footnote_key() by cdm_footnote_key() - bug fix

View differences:

modules/cdm_dataportal/includes/taxon.inc
145 145
      if($sensu_strings['order_by_key'] != $sensu_reference->titleCache){
146 146
        $sensu_reference_markup = cdm_reference_markup($sensu_reference);
147 147
        $footnote_key = FootnoteManager::addNewFootnote($footnote_list_key, $sensu_reference_markup);
148
        $footnote_key = cdm_footnote_key(footnoteKey);
148
        $footnote_key = cdm_footnote_key($footnote_key);
149 149
        $joined_refs[$ref_key]['markup'] = '<span class="sensu">' . $sensu_strings['markup'] . $footnote_key . '</span>';
150 150
      }
151 151
    }

Also available in: Unified diff