Merge pull request #222 from iXit/master

themes/bootstrap: make theme usable on touchscreen
This commit is contained in:
Jo-Philipp Wich 2014-10-11 12:08:59 +02:00
commit 7d92838458

View file

@ -154,7 +154,7 @@ You may obtain a copy of the License at
if #grandchildren > 0 then if #grandchildren > 0 then
%> %>
<li class="dropdown"> <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) %> <%- submenu("/" .. category .. "/" .. r .. "/", nnode) %>
</li> </li>
<% else %> <% else %>