summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php
index 5f94d7dce..d43611940 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -856,7 +856,7 @@ function html_index($ns){
function html_list_index($item){
global $ID, $conf;
- // prevent searchbots needlessly following links - only necessary when accessed from the homepage and no sitemap.xml is being generated
+ // prevent searchbots needlessly following links
$nofollow = ($ID != $conf['start'] || $conf['sitemap']) ? ' rel="nofollow"' : '';
$ret = '';