Project

General

Profile

« Previous | Next » 

Revision 1c30a02b

Added by Andreas Kohlbecker over 3 years ago

ref #8543 fix missing footnoteListKey default fallback

View differences:

modules/cdm_dataportal/includes/name.inc
701 701
      $render_array['nomenclatural_act']['#weight'] + 10 );
702 702
  }
703 703

  
704
  $render_array['nomenclatural_act']['footnotes'] = markup_to_render_array(render_footnotes(),
705
    100
706
  );
704
  $render_array['nomenclatural_act']['footnotes'] = markup_to_render_array(render_footnotes(),100);
707 705

  
708 706
  // registration date and office
709 707
  $registration_date_insitute_markup = render_registration_date_and_institute($registration_dto);

Also available in: Unified diff