diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-06-17 23:38:14 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-06-17 23:38:14 +0100 |
| commit | 5dcff9e6694ad23762a000423efccf9479d7ae15 (patch) | |
| tree | e743ae84e08b1526b35c8588a1fe4c774cd51e8e /app/Module/FamilyTreeStatisticsModule.php | |
| parent | e1510acfba2b7b467d4026bdf34edf53134b1b5d (diff) | |
| download | webtrees-5dcff9e6694ad23762a000423efccf9479d7ae15.tar.gz webtrees-5dcff9e6694ad23762a000423efccf9479d7ae15.tar.bz2 webtrees-5dcff9e6694ad23762a000423efccf9479d7ae15.zip | |
Use rel=nofollow instead of hiding links
Diffstat (limited to 'app/Module/FamilyTreeStatisticsModule.php')
| -rw-r--r-- | app/Module/FamilyTreeStatisticsModule.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/FamilyTreeStatisticsModule.php b/app/Module/FamilyTreeStatisticsModule.php index 497ea22247..347aa3aca4 100644 --- a/app/Module/FamilyTreeStatisticsModule.php +++ b/app/Module/FamilyTreeStatisticsModule.php @@ -191,7 +191,7 @@ class FamilyTreeStatisticsModule extends AbstractModule implements ModuleBlockIn $content .= '</div>'; } if ($stat_link) { - $content .= '</div><div class="clearfloat"><a href="statistics.php?ged=' . $WT_TREE->getNameUrl() . '"><b>' . I18N::translate('View statistics as graphs') . '</b></a></div>'; + $content .= '</div><div class="clearfloat"><a href="statistics.php?ged=' . $WT_TREE->getNameUrl() . '" rel="nofollow"><b>' . I18N::translate('View statistics as graphs') . '</b></a></div>'; } // NOTE: Print the most common surnames if ($show_common_surnames) { |
