add trigger on alt names and improve layout with alt names

This commit is contained in:
2020-01-30 23:04:24 +01:00
parent 342449aadc
commit 289afcdd0c
4 changed files with 167 additions and 9 deletions

View File

@@ -96,9 +96,10 @@ class PersonRender extends AbstractChillEntityRender
$str .= "</span>";
}
}
if (!$isFirst) {
$str .= ")";
}
}
if (!$isFirst) {
$str .= ")";
}
}