Passed
Push — master ( f91b18...b783e2 )
by Greg
05:34
created
app/Functions/FunctionsPrintFacts.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -582,7 +582,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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) {
Please login to merge, or discard this patch.