Revision 54e498e3
Added by Andreas Kohlbecker over 11 years ago
modules/cdm_dataportal/theme/cdm_dataportal.descriptions.theme | ||
---|---|---|
105 | 105 |
if($node->feature->uuid != UUID_IMAGE) { |
106 | 106 |
|
107 | 107 |
$block->delta = generalizeString($featureRepresentation); |
108 |
$block->subject = '<span class="feature.uuid:'.$node->feature->uuid.'">' . theme('cdm_feature_name', $featureRepresentation) . '</span>';
|
|
108 |
$block->subject = '<span class="'. html_class_atttibute_ref($node->feature) . '">' . theme('cdm_feature_name', $featureRepresentation) . '</span>';
|
|
109 | 109 |
$block->module = "cdm_dataportal-feature"; |
110 | 110 |
$block->content = ''; |
111 | 111 |
|
Also available in: Unified diff
fixing #2568 (CICHORIEAE: Multiple Citation enties should be shown in separate lines)