projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3492cb5
)
libs/datatypes: Fix typo
author
Manuel Munz
<freifunk@somakoma.de>
Fri, 13 Apr 2012 18:12:34 +0000
(18:12 +0000)
committer
Manuel Munz
<freifunk@somakoma.de>
Fri, 13 Apr 2012 18:12:34 +0000
(18:12 +0000)
libs/web/luasrc/cbi/datatypes.lua
patch
|
blob
|
history
diff --git
a/libs/web/luasrc/cbi/datatypes.lua
b/libs/web/luasrc/cbi/datatypes.lua
index 87019c22508593098d19c7da6df8fc8c2eec866a..d3077f954c8f4c8a72e50d883e699fa556a5647b 100644
(file)
--- a/
libs/web/luasrc/cbi/datatypes.lua
+++ b/
libs/web/luasrc/cbi/datatypes.lua
@@
-306,6
+306,6
@@
function max(val, max)
return false
end
-function ponedigit(val)
+function p
h
onedigit(val)
return (val:match("^[0-9\*#]+$") ~= nil)
end