Project

General

Profile

« Previous | Next » 

Revision a8393f17

Added by Andreas Kohlbecker over 3 years ago

ref #9265 implementing test for nom-ref and protologues, also preparing for ref #9319 - 2

View differences:

modules/cdm_dataportal/includes/name.inc
547 547
      elseif (is_string($content)) {
548 548
        $html = $content;
549 549
      }
550
      $partHtml .= '<span class="' . $part . '">' . $html . '</span>';
550
      if($html){ // skip empty elements
551
        $partHtml .= '<span class="' . $part . '">' . $html . '</span>';
552
      }
551 553
    }
552 554
    if ($uri) {
553 555
      // cannot use l() here since the #uri already should have been processed through uri() at this point

Also available in: Unified diff