summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-06-17 23:38:14 +0100
committerGreg Roach <fisharebest@gmail.com>2015-06-17 23:38:14 +0100
commit5dcff9e6694ad23762a000423efccf9479d7ae15 (patch)
treee743ae84e08b1526b35c8588a1fe4c774cd51e8e
parente1510acfba2b7b467d4026bdf34edf53134b1b5d (diff)
downloadwebtrees-5dcff9e6694ad23762a000423efccf9479d7ae15.tar.gz
webtrees-5dcff9e6694ad23762a000423efccf9479d7ae15.tar.bz2
webtrees-5dcff9e6694ad23762a000423efccf9479d7ae15.zip
Use rel=nofollow instead of hiding links
-rw-r--r--app/Module/FamilyTreeStatisticsModule.php2
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) {