Project

General

Profile

« Previous | Next » 

Revision 61658f41

Added by Andreas Kohlbecker over 3 years ago

ref #8543 unification of annotation and source footnotes in synonymy

View differences:

modules/cdm_dataportal/includes/taxon.inc
435 435
      $referenceUri = url(path_to_reference($synonym->name->nomenclaturalReference->uuid));
436 436
    }
437 437
    $out .= render_taxon_or_name($synonym->name, NULL, $referenceUri);
438
    $out .= render_entities_annotations_as_footnote_keys([$synonym]);
438
    $annotations_and_sources = handle_annotations_and_sources(
439
      $synonym,
440
      annotations_and_source_config(),
441
      '',
442
      RenderHints::getFootnoteListKey());
443
    $out .= $annotations_and_sources['foot_note_keys'];
439 444
    $out .= '</span>';
440 445
  }
441 446
  RenderHints::popFromRenderStack();

Also available in: Unified diff