Project

General

Profile

« Previous | Next » 

Revision a067cc04

Added by Andreas Kohlbecker over 3 years ago

ref #8543 avoiding separation of annotation and source footnotes by always passing defined footnote_list_key_suggestion

View differences:

modules/cdm_dataportal/includes/name.inc
1024 1024
        }
1025 1025
        $out .= $annotations_and_sources['foot_note_keys'];
1026 1026
      }
1027

  
1028

  
1029 1027
      $out .= '</'. $element_tag .'>';
1030

  
1031 1028
    }
1032 1029
  } // END Specimen type designations
1033 1030

  
......
1220 1217
          $mediaSpecimen,
1221 1218
          typedesignations_annotations_and_sources_config(),
1222 1219
          '',
1223
          null
1220
          RenderHints::getFootnoteListKey()
1224 1221
        );
1225 1222
        if(is_array( $annotations_and_sources['source_references'])){
1226 1223
          $source_citations = array_merge($source_citations, $annotations_and_sources['source_references']);

Also available in: Unified diff