Passed
Push — master ( 04fe07...051c82 )
by Greg
07:45
created
app/Module/DescendancyModule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@
 block discarded – undo
158 158
                 'xref'   => $person->xref(),
159 159
             ])) . '">' .
160 160
             '<i class="plusminus ' . $icon . '"></i>' .
161
-            '<small>' . view('icons/sex-' . $person->sex()) .'</small>' . $person->fullName() . $lifespan .
161
+            '<small>' . view('icons/sex-' . $person->sex()) . '</small>' . $person->fullName() . $lifespan .
162 162
             '</a>' .
163 163
             '<a href="' . e($person->url()) . '" title="' . strip_tags($person->fullName()) . '">' . view('icons/individual') . '</a>' .
164 164
             '<div>' . $spouses . '</div>' .
Please login to merge, or discard this patch.