From 5dcff9e6694ad23762a000423efccf9479d7ae15 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Wed, 17 Jun 2015 23:38:14 +0100 Subject: Use rel=nofollow instead of hiding links --- app/Module/FamilyTreeStatisticsModule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Module/FamilyTreeStatisticsModule.php') 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 .= ''; } if ($stat_link) { - $content .= '
' . I18N::translate('View statistics as graphs') . '
'; + $content .= '
' . I18N::translate('View statistics as graphs') . '
'; } // NOTE: Print the most common surnames if ($show_common_surnames) { -- cgit v1.3