diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2013-08-01 23:06:57 +0200 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2013-08-01 23:06:57 +0200 |
commit | b8bc53ce8da2f0fb9cfedb01df6507b29f32daaa (patch) | |
tree | 71100b7581a6298a9feece81670442cac8fbecf0 | |
parent | 74ef17786eb9ce751a8dd7c66ab7523efa92c79f (diff) | |
download | rpg-b8bc53ce8da2f0fb9cfedb01df6507b29f32daaa.tar.gz rpg-b8bc53ce8da2f0fb9cfedb01df6507b29f32daaa.tar.bz2 |
simplify comment
-rw-r--r-- | inc/html.php | 2 |
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 = ''; |