diff --git a/module/doc/model.php b/module/doc/model.php index 9164b6f3f9..b502b6a3df 100644 --- a/module/doc/model.php +++ b/module/doc/model.php @@ -2309,7 +2309,7 @@ EOT; { if(!$docID and $currentMethod != 'tablecontents') $docID = $doc->id; - $treeMenu[0] .= 'id == $docID ? ' class="active"' : ' class="independent"') . "data-id=$doc->id>"; + $treeMenu[0] .= 'id == $docID ? ' class="active"' : ' class="independent"') . " data-id=$doc->id>"; if($currentMethod == 'tablecontents') {