Project

General

Profile

« Previous | Next » 

Revision 38e46518

Added by Andreas Kohlbecker over 12 years ago

bugfix for #2679 (Improve Concept Relationships for Dataportal) and removing whitespace before nom status

View differences:

5.x/modules/cdm_dataportal/theme/cdm_dataportal.taxon.theme
383 383
  $out_taxon_part .= theme('cdm_annotations_as_footnotekeys', array($taxon->name, $taxon), $footnoteListKey);
384 384

  
385 385
  if($showSecReference) {
386
    $out_taxon_part .= ' sensu ' . theme('cdm_reference',  $taxon->sec);
386
    $out_taxon_part .= ' sec. ' . theme('cdm_reference',  $taxon->sec);
387 387
  }
388 388

  
389 389

  

Also available in: Unified diff