Skip to content

Commit

Permalink
Fix hidden links in MissingFunctionAC.html. (WebGoat#1710)
Browse files Browse the repository at this point in the history
  • Loading branch information
peter17 authored Dec 29, 2023
1 parent 6bb7a18 commit 4ebb869
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@
<li class="hidden-menu-item dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Admin<span class="caret"></span></a>
<ul class="dropdown-menu" aria-labelledby="admin">
<li><a href="/access-control/users">Users</a></li>
<li><a href="/access-control/users-admin-fix">Users</a></li>
<li><a href="/access-control/config">Config</a></li>
<li><a href="access-control/users-admin-fix">Users</a></li>
<li><a href="access-control/config">Config</a></li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 4ebb869

Please sign in to comment.