|
@@ -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.