Project

General

Profile

« Previous | Next » 

Revision c021779a

Added by Andreas Kohlbecker over 4 years ago

ref #6316 using ; as separator for multiple sources

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.media.theme
296 296

  
297 297
  if(!empty($annotations_and_sources['source_references'])){
298 298
    $sources_label = count($annotations_and_sources['source_references']) > 1 ? t('Sources') : t('Source');
299
    _description_list_group_add($groups, $sources_label . ':', markup_to_render_array(join(', ', $annotations_and_sources['source_references'])) );
299
    _description_list_group_add($groups, $sources_label . ':', markup_to_render_array(join('; ', $annotations_and_sources['source_references'])) );
300 300
  }
301 301

  
302 302
  // TODO add all other metadata elements generically.

Also available in: Unified diff