Project

General

Profile

« Previous | Next » 

Revision d8069342

Added by Andreas Kohlbecker over 3 years ago

ref #8543 further harmonizing footnote functions

View differences:

modules/cdm_dataportal/includes/pages.inc
722 722
    $special_annotations_array = array();
723 723
    $special_annotations_array[] = $taxon->name;
724 724
    $special_annotations_array[] = $taxon;
725
    $accepted_name .= cdm_entities_annotations_as_footnotekeys($special_annotations_array,  $synonymy_render_path . FOOTNOTE_KEY_SUFFIX_ANNOTATIONS);
725
    $accepted_name .= render_entities_annotations_as_footnote_keys($special_annotations_array,  $synonymy_render_path . FOOTNOTE_KEY_SUFFIX_ANNOTATIONS);
726 726
    $accepted_name .= '</div>';
727 727
    RenderHints::popFromRenderStack();
728 728
  }

Also available in: Unified diff