Project

General

Profile

« Previous | Next » 

Revision cbe9b085

Added by Andreas Kohlbecker over 4 years ago

ref #8686 removing fragment from link

View differences:

modules/cdm_dataportal/includes/descriptions.inc
2289 2289
        $cdm_source_entity = $source->cdmSource;
2290 2290
        switch($cdm_source_entity->class){
2291 2291
          case 'Taxon':
2292
            $source_link_markup = render_taxon_or_name($cdm_source_entity) . icon_link(path_to_taxon($cdm_source_entity->uuid, false), generalizeString(PSEUDO_FEATURE_AGGREGATION_DESCRIPTIONS));
2292
            $source_link_markup = render_taxon_or_name($cdm_source_entity) . icon_link(path_to_taxon($cdm_source_entity->uuid, false));
2293 2293
            break;
2294 2294
          case 'TaxonDescription':
2295 2295
          case 'NameDescription':

Also available in: Unified diff