summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-08-12 17:32:09 +0000
committerSteven Barth <steven@midlink.org>2008-08-12 17:32:09 +0000
commit0e3fda59e094a272bafc43b67e6393dc6f2b279e (patch)
treef92a5e45833d8b9766a418bbe0fce40d9dd4d899 /themes
parenta8a1dad10a269ecd32efd11d00bbe0ecdcad874c (diff)
Fixed last commit
Diffstat (limited to 'themes')
-rw-r--r--themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm b/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm
index 56cd1b681..6b8311431 100644
--- a/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm
+++ b/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm
@@ -94,7 +94,7 @@ end
<div id="mainmenu" class="mainmenu">
<%-
local function submenu(prefix, node)
- if not node.nodes and not node.hidden then
+ if not node.nodes or node.hidden then
return false
end
local index = {}