summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorChristopher Smith <chris@jalakai.co.uk>2013-08-01 23:06:57 +0200
committerChristopher Smith <chris@jalakai.co.uk>2013-08-01 23:06:57 +0200
commitb8bc53ce8da2f0fb9cfedb01df6507b29f32daaa (patch)
tree71100b7581a6298a9feece81670442cac8fbecf0 /inc
parent74ef17786eb9ce751a8dd7c66ab7523efa92c79f (diff)
downloadrpg-b8bc53ce8da2f0fb9cfedb01df6507b29f32daaa.tar.gz
rpg-b8bc53ce8da2f0fb9cfedb01df6507b29f32daaa.tar.bz2
simplify comment
Diffstat (limited to 'inc')
-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 = '';