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 58886dce5..3ae192c73 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -1292,7 +1292,7 @@ function html_mktocitem($link, $text, $level, $hash='#'){
return array( 'link' => $hash.$link,
'title' => $text,
'type' => 'ul',
- 'level' => $level-$conf['toptoclevel']+1);
+ 'level' => $level);
}
/**