From: Shuanglei Tao Date: Thu, 25 Feb 2016 16:38:22 +0000 (+0800) Subject: luci-theme-material: remove the double slash (//) from menu url X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=refs%2Fpull%2F653%2Fhead;p=oweals%2Fluci.git luci-theme-material: remove the double slash (//) from menu url Signed-off-by: Shuanglei Tao --- diff --git a/themes/luci-theme-material/luasrc/view/themes/material/header.htm b/themes/luci-theme-material/luasrc/view/themes/material/header.htm index 0dc24aa5f..8419ade76 100755 --- a/themes/luci-theme-material/luasrc/view/themes/material/header.htm +++ b/themes/luci-theme-material/luasrc/view/themes/material/header.htm @@ -210,7 +210,7 @@ %>
  • <%=pcdata(striptags(translate(nnode.title)))%> - <%- submenu("/" .. category .. "/" .. r .. "/", nnode) %> + <%- submenu(category .. "/" .. r .. "/", nnode) %>
  • <% else %>