git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
41efc83
)
themes/openwrt.org: Fixed UCI change display
author
Steven Barth
<redacted>
Tue, 15 Jul 2008 16:03:37 +0000
(16:03 +0000)
committer
Steven Barth
<redacted>
Tue, 15 Jul 2008 16:03:37 +0000
(16:03 +0000)
themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm
patch
|
blob
|
history
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 7b711d062556790effbf275112cb6aff369057a8..5aed18f3673a222a1e5ae2c62dddf93a3bd22272 100644
(file)
--- a/
themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm
+++ b/
themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm
@@
-157,7
+157,7
@@
end
</div>
<%
- if tree.nodes[category].ucidata then
+ if tree.nodes[category]
and tree.nodes[category]
.ucidata then
local ucic = 0
for i, j in pairs(require("luci.model.uci").changes()) do
for k, l in pairs(j) do
git clone https://git.99rst.org/PROJECT