@@ -52,7 +52,7 @@ discard block |
||
52 | 52 | { |
53 | 53 | use ModuleChartTrait; |
54 | 54 | |
55 | - protected const ROUTE_URL = '/tree/{tree}/pedigree-map-{generations}/{xref}'; |
|
55 | + protected const ROUTE_URL = '/tree/{tree}/pedigree-map-{generations}/{xref}'; |
|
56 | 56 | |
57 | 57 | // Defaults |
58 | 58 | public const DEFAULT_GENERATIONS = '4'; |
@@ -299,7 +299,7 @@ discard block |
||
299 | 299 | 'properties' => [ |
300 | 300 | 'polyline' => $polyline, |
301 | 301 | 'iconcolor' => $color, |
302 | - 'tooltip' => strip_tags($fact->record()->fullName()) . "\n" . ucfirst($this->getSosaName($id)), |
|
302 | + 'tooltip' => strip_tags($fact->record()->fullName()) . "\n" . ucfirst($this->getSosaName($id)), |
|
303 | 303 | 'summary' => view('modules/pedigree-map/events', $this->summaryData($individual, $fact, $id)), |
304 | 304 | 'zoom' => $location->zoom() ?: self::MINZOOM, |
305 | 305 | ], |