Project

General

Profile

« Previous | Next » 

Revision 074747bf

Added by Patrick Plitzner over 4 years ago

ref #8595 Show characters in italic instead of bold

View differences:

modules/cdm_dataportal/includes/pages.inc
634 634
        $state_data = compose_state_data($element);
635 635
        $state_data = implode(', ', $state_data);
636 636
        if(!empty($state_data)){
637
          $descriptionString .= '<b>'.$element->feature->representation_L10n.'</b>: '. $state_data."; ";
637
          $descriptionString .= '<i>'.$element->feature->representation_L10n.'</i>: '. $state_data."; ";
638 638
        }
639 639
        break;
640 640
      case 'QuantitativeData':
641
//        $descriptionString .= '<b>'.$element->feature->representation_L10n.'</b>: '.compose_quant_stats($element)."; ";
641
          $descriptionString .= '<i>'.$element->feature->representation_L10n.'</i>: '.compose_quant_stats($element)."; ";
642 642
        break;
643 643
    }
644 644
  }

Also available in: Unified diff