Project

General

Profile

« Previous | Next » 

Revision 27bceb70

Added by Andreas Kohlbecker almost 5 years ago

ref #6316 fixing two layout issues:

  • html was processes as plain text
  • removing URI from titlecache when type is WebPage

View differences:

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

  
297 297
  if(!empty($annotations_and_sources['source_references'])){
298
    _description_list_group_add($groups, t('Sources') . ':', join(', ', $annotations_and_sources['source_references']) );
298
    _description_list_group_add($groups, t('Sources') . ':', markup_to_render_array(join(', ', $annotations_and_sources['source_references'])) );
299 299
  }
300 300

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

Also available in: Unified diff