Project

General

Profile

« Previous | Next » 

Revision c1328dab

Added by Andreas Kohlbecker almost 8 years ago

#5793 dash as separator between area and status

View differences:

modules/cdm_dataportal/includes/descriptions.inc
1613 1613

  
1614 1614
    if (isset($descriptionElement->status)) {
1615 1615
      $status_label = $descriptionElement->status->representation_L10n;
1616
      $status_markup = '<span class="distributionStatus distributionStatus-' . $descriptionElement->status->idInVocabulary . '"> '
1616
      $status_markup =  '<span class="distributionStatus distributionStatus-' . $descriptionElement->status->idInVocabulary . '"> &#8210; '
1617 1617
        . $status_label . '</span>';
1618 1618

  
1619 1619
    };

Also available in: Unified diff