diff --git a/inc/html.php b/inc/html.php index 5f94d7dce7c7448746ed2b3baef913127d7f0415..d4361194090b37da6d03d41f1b8fb2bb0bd85c64 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 = '';