diff options
Diffstat (limited to 'app/Module/AncestorsChartModule.php')
| -rw-r--r-- | app/Module/AncestorsChartModule.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/Module/AncestorsChartModule.php b/app/Module/AncestorsChartModule.php index d0537e1fd2..ae14654867 100644 --- a/app/Module/AncestorsChartModule.php +++ b/app/Module/AncestorsChartModule.php @@ -52,7 +52,7 @@ class AncestorsChartModule extends AbstractModule implements ModuleChartInterfac public function defaultAccessLevel() { return Auth::PRIV_PRIVATE; } - + /** * Return a menu item for this chart. * @@ -60,13 +60,13 @@ class AncestorsChartModule extends AbstractModule implements ModuleChartInterfac */ public function getChartMenu(Individual $individual) { return new Menu( - $this->getTitle(), - 'ancestry.php?rootid=' . $individual->getXref() . '&ged=' . $individual->getTree()->getNameUrl(), - 'menu-chart-ancestry', + $this->getTitle(), + 'ancestry.php?rootid=' . $individual->getXref() . '&ged=' . $individual->getTree()->getNameUrl(), + 'menu-chart-ancestry', array('rel' => 'nofollow') ); } - + /** * Return a menu item for this chart - for use in individual boxes. * |
