* Adjust the dotted line style in table contents page.

This commit is contained in:
hufangzhou
2021-07-29 09:10:03 +08:00
parent ce31274d28
commit 3d202d0dfd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2166,7 +2166,7 @@ class docModel extends model
foreach($moduleDocs[$module->id] as $doc)
{
if(!$docID and $currentMethod != 'tablecontents') $docID = $doc->id;
$treeMenu[$module->id] .= '<li' . ($doc->id == $docID ? ' class="active"' : '') . '>';
$treeMenu[$module->id] .= '<li' . ($doc->id == $docID ? ' class="active"' : ' class="doc"') . '>';
if($currentMethod == 'tablecontents')
{