Project

General

Profile

« Previous | Next » 

Revision 2e5f796f

Added by Andreas Kohlbecker over 4 years ago

ref #8781 removing semicolon from end of description

View differences:

modules/cdm_dataportal/includes/descriptions.inc
2154 2154
            case 'CategoricalData':
2155 2155
              $state_data = render_state_data($element);
2156 2156
              if (!empty($state_data)) {
2157
                $descriptionString .= '<i>' . $element->feature->representation_L10n . '</i>: ' . $state_data . "; ";
2157
                $descriptionString .= '<i>' . $element->feature->representation_L10n . '</i>: ' . $state_data;
2158 2158
              }
2159 2159
              break;
2160 2160
            case 'QuantitativeData':
2161
              $descriptionString .= '<i>' . $element->feature->representation_L10n . '</i>: ' . render_quantitative_statistics($element) . "; ";
2161
              $descriptionString .= '<i>' . $element->feature->representation_L10n . '</i>: ' . render_quantitative_statistics($element);
2162 2162
              break;
2163 2163
          }
2164 2164
        }

Also available in: Unified diff