Project

General

Profile

« Previous | Next » 

Revision 5aca2f7d

Added by Wouter Addink about 11 years ago

Fixed #3212 Cyprus portal: chromosome numbers are starting with a :

View differences:

7.x/themes/garland_cichorieae/template.php
159 159
      elseif ($asListElement) {
160 160
        $out = '<li class="descriptionText">' . $name_used_in_source_link_to_show;
161 161
        // Adding ":" if necesary.
162
        if (isset($name_used_in_source_link_to_show) && (!empty($description) || !empty($sourceRefs))) {
162
        if (isset($name_used_in_source_link_to_show) && (!empty($description) || !empty($sourceRefs)) && $feature_uuid != UUID_CHROMOSOMES_NUMBERS) {
163 163
          $out .= ': ';
164 164
        }
165 165
        $out .= $description . $sourceRefs . theme('cdm_annotations_as_footnotekeys', array(

Also available in: Unified diff