@@ -582,7 +582,7 @@ discard block |
||
582 | 582 | for ($j = 0; $j < $ct; $j++) { |
583 | 583 | if (strpos($match[$j][1], '@') === false) { |
584 | 584 | $source = e($match[$j][1] . preg_replace('/\n\d CONT ?/', "\n", $match[$j][2])); |
585 | - $data .= '<div class="fact_SOUR"><span class="label">' . I18N::translate('Source') . ':</span> <span class="field" dir="auto">' . Filter::formatText($source, $tree) . '</span></div>'; |
|
585 | + $data .= '<div class="fact_SOUR"><span class="label">' . I18N::translate('Source') . ':</span> <span class="field" dir="auto">' . Filter::formatText($source, $tree) . '</span></div>'; |
|
586 | 586 | } |
587 | 587 | } |
588 | 588 | // Find source for each fact |
@@ -600,7 +600,7 @@ discard block |
||
600 | 600 | } |
601 | 601 | $srec = substr($factrec, $spos1, $spos2 - $spos1); |
602 | 602 | $lt = preg_match_all("/$nlevel \w+/", $srec, $matches); |
603 | - $data .= '<div class="fact_SOUR">'; |
|
603 | + $data .= '<div class="fact_SOUR">'; |
|
604 | 604 | $id = 'collapse-' . Uuid::uuid4()->toString(); |
605 | 605 | $expanded = (bool) $tree->getPreference('EXPAND_SOURCES'); |
606 | 606 | if ($lt > 0) { |