Project

General

Profile

« Previous | Next » 

Revision c4dd76b6

Added by Andreas Kohlbecker almost 3 years ago

fix #9674 footnote keys for annotations to multilanguageText name descriptions inside brackets

View differences:

modules/cdm_dataportal/includes/name.inc
535 535
                  ]
536 536
                );
537 537
                if (isset($description_element->feature) && $description_element->feature->uuid == UUID_ADDITIONAL_PUBLICATION) {
538
                   $additional_citations[] = ' [& ' . $description_element->multilanguageText_L10n->text . $element_media . ']' . $annotations_and_sources->footNoteKeysMarkup();
538
                   $additional_citations[] = ' [& ' . $description_element->multilanguageText_L10n->text . $element_media . $annotations_and_sources->footNoteKeysMarkup() .']';
539 539
                } else {
540
                  $additional_data[] = ' [' . $description_element->multilanguageText_L10n->text . $element_media . ']' . $annotations_and_sources->footNoteKeysMarkup();
540
                  $additional_data[] = ' [' . $description_element->multilanguageText_L10n->text . $element_media . $annotations_and_sources->footNoteKeysMarkup() .']';
541 541
                }
542 542
              }
543 543
            }

Also available in: Unified diff