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: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=d16a745b86cb65e3cbe9bd2ac63c0dedda9d85f6 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 %>