diff options
Diffstat (limited to 'inc/template.php')
-rw-r--r-- | inc/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php index 196aedb4b..1d812cab3 100644 --- a/inc/template.php +++ b/inc/template.php @@ -158,7 +158,7 @@ function tpl_toc($return=false){ if(isset($meta['internal']['toc'])){ $tocok = $meta['internal']['toc']; }else{ - $tokok = true; + $tocok = true; } $toc = $meta['description']['tableofcontents']; if(!$tocok || !is_array($toc) || count($toc) < 3){ |