Project

General

Profile

« Previous | Next » 

Revision 6d5ee807

Added by Andreas Kohlbecker over 3 years ago

ref #9235 fixing copy paste bug

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.media.theme
294 294
  }
295 295

  
296 296
  if($annotations_and_sources->hasSourceReferences()){
297
    $sources_label = count(count($annotations_and_sources->getSourceReferences())) > 1 ? t('Sources') : t('Source');
297
    $sources_label = count($annotations_and_sources->getSourceReferences()) > 1 ? t('Sources') : t('Source');
298 298
    _description_list_group_add($groups, $sources_label . ':', markup_to_render_array(join('; ', $annotations_and_sources->getSourceReferences())) );
299 299
  }
300 300

  

Also available in: Unified diff