diff options
-rw-r--r-- | themes/bootstrap/luasrc/view/themes/bootstrap/header.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm b/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm index a49b7d407..12818cbc5 100644 --- a/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm +++ b/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm @@ -154,7 +154,7 @@ You may obtain a copy of the License at if #grandchildren > 0 then %> <li class="dropdown"> - <a class="menu" href="<%=pcdata(href)%>"><%=pcdata(striptags(translate(nnode.title)))%></a> + <a class="menu" href="#"><%=pcdata(striptags(translate(nnode.title)))%></a> <%- submenu("/" .. category .. "/" .. r .. "/", nnode) %> </li> <% else %> |