Project

General

Profile

« Previous | Next » 

Revision 394d8d07

Added by Andreas Kohlbecker almost 4 years ago

adding missing space in citation

View differences:

modules/cdm_dataportal/includes/name.inc
1514 1514
    $footnote_markup .= '<span class="reference">' . $name_rel->citation->titleCache . '</span>';
1515 1515
  }
1516 1516
  if (isset($name_rel->citationMicroReference) && $name_rel->citationMicroReference) {
1517
    $footnote_markup .= (isset($name_rel->citation) ? ':' : '') . '<span class="reference_detail">' . $name_rel->citationMicroReference . '</span>';
1517
    $footnote_markup .= (isset($name_rel->citation) ? ':' : '') . ' <span class="reference_detail">' . $name_rel->citationMicroReference . '</span>';
1518 1518
  }
1519 1519
  if ($footnote_markup) {
1520 1520
    $fnkey = FootnoteManager::addNewFootnote(RenderHints::getFootnoteListKey(), $footnote_markup);

Also available in: Unified diff