summaryrefslogtreecommitdiff
path: root/app/Module/DescendancyChartModule.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/DescendancyChartModule.php')
-rw-r--r--app/Module/DescendancyChartModule.php10
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.
*