diff options
| -rw-r--r-- | app/Module/BranchesListModule.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/BranchesListModule.php b/app/Module/BranchesListModule.php index d100ed5803..2fd9f39e6f 100644 --- a/app/Module/BranchesListModule.php +++ b/app/Module/BranchesListModule.php @@ -388,7 +388,7 @@ class BranchesListModule extends AbstractModule implements ModuleListInterface, // No matching name? Typically children with a different surname. The branch stops here. if ($person_name === '') { - return '<li title="' . strip_tags($individual->fullName()) . '"><small>' . view('icons/sex', ['sex' => $individual->sex()]) . '</small>…</li>'; + return '<li title="' . strip_tags($individual->fullName()) . '" class="wt-branch-split"><small>' . view('icons/sex', ['sex' => $individual->sex()]) . '</small>…</li>'; } // Is this individual one of our ancestors? |
