aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticommon.lua
diff options
context:
space:
mode:
Diffstat (limited to 'apt-panopticommon.lua')
-rw-r--r--apt-panopticommon.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua
index 16ed737..4e75f3f 100644
--- a/apt-panopticommon.lua
+++ b/apt-panopticommon.lua
@@ -260,6 +260,7 @@ function APT.orderedPairs(t)
260 return orderedNext, t, nil 260 return orderedNext, t, nil
261end 261end
262 262
263
263-- Use this to dump a table to a string, with HTML. 264-- Use this to dump a table to a string, with HTML.
264APT.dumpTableHTML = function (table, name, space) 265APT.dumpTableHTML = function (table, name, space)
265 if nil == space then space = '' end 266 if nil == space then space = '' end
@@ -347,7 +348,6 @@ APT.allpairs = function(tbl, func)
347 end 348 end
348end 349end
349 350
350
351APT.search = function(t, s) 351APT.search = function(t, s)
352 for i, v in pairs(t) do 352 for i, v in pairs(t) do
353 if v == s then return true end 353 if v == s then return true end