diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-06-05 18:34:42 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-06-05 18:34:42 +0100 |
| commit | 6664b4a34cf6b2d1fc123cfb8f05bb5dda4a7f25 (patch) | |
| tree | 8296df0885806074e6c0a864802f757ffdb526ae /app/Module/DescendancyChartModule.php | |
| parent | ece14c4a4e8daa34ae09a7db6f1274f9818fc40c (diff) | |
| download | webtrees-6664b4a34cf6b2d1fc123cfb8f05bb5dda4a7f25.tar.gz webtrees-6664b4a34cf6b2d1fc123cfb8f05bb5dda4a7f25.tar.bz2 webtrees-6664b4a34cf6b2d1fc123cfb8f05bb5dda4a7f25.zip | |
CodeStyle
Diffstat (limited to 'app/Module/DescendancyChartModule.php')
| -rw-r--r-- | app/Module/DescendancyChartModule.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/Module/DescendancyChartModule.php b/app/Module/DescendancyChartModule.php index 0c6f09ff08..f074aa8886 100644 --- a/app/Module/DescendancyChartModule.php +++ b/app/Module/DescendancyChartModule.php @@ -52,7 +52,7 @@ class DescendancyChartModule extends AbstractModule implements ModuleChartInterf public function defaultAccessLevel() { return Auth::PRIV_PRIVATE; } - + /** * Return a menu item for this chart. * @@ -60,13 +60,13 @@ class DescendancyChartModule extends AbstractModule implements ModuleChartInterf */ public function getChartMenu(Individual $individual) { return new Menu( - $this->getTitle(), - 'descendancy.php?rootid=' . $individual->getXref() . '&ged=' . $individual->getTree()->getNameUrl(), - 'menu-chart-descendants', + $this->getTitle(), + 'descendancy.php?rootid=' . $individual->getXref() . '&ged=' . $individual->getTree()->getNameUrl(), + 'menu-chart-descendants', array('rel' => 'nofollow') ); } - + /** * Return a menu item for this chart - for use in individual boxes. * |
