Skip to content

Commit

Permalink
fix navigation dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ave authored Sep 18, 2023
1 parent ce3b98c commit fe90178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builders/html/layouts/sideNavTree.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<i class="icon icon-close menu-collapse-toggle-close"></i>
<i class="icon icon-add menu-collapse-toggle-default"></i>
</span>
<ul class="menu-collapse <cfif local.subIsOpen>expand<cfelse>collapse</cfif>" id="#local.firstId#"
<ul class="menu-collapse <cfif local.subIsOpen>expand collapse in<cfelse>collapse</cfif>" id="#local.firstId#"
itemscope itemtype="http://www.schema.org/SiteNavigationElement">
#local.subnav.toList(chr(10))#
</ul>
Expand All @@ -54,4 +54,4 @@
</cfif>
</cfloop>
</ul>
</cfoutput>
</cfoutput>

0 comments on commit fe90178

Please sign in to comment.