Remove option to use tag content as array
This commit is contained in:
parent
d0e3ca7e21
commit
e23f917f02
1 changed files with 2 additions and 6 deletions
|
@ -1,7 +1,3 @@
|
|||
--[[ utility functions ]]--
|
||||
|
||||
--
|
||||
|
||||
--[[ page module ]]--
|
||||
|
||||
page = {}
|
||||
|
@ -12,11 +8,11 @@ end
|
|||
|
||||
function page.Append(content)
|
||||
for i, v in pairs(content) do
|
||||
__ext_pageview_append_tag("t", v[1] or v)
|
||||
__ext_pageview_append_tag("t", v)
|
||||
end
|
||||
end
|
||||
|
||||
function page.Commit(content)
|
||||
page.Set("")
|
||||
page.Append(content)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue