Remove option to use tag content as array

This commit is contained in:
hippoz 2021-07-20 02:14:56 +03:00
parent d0e3ca7e21
commit e23f917f02
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -1,7 +1,3 @@
--[[ utility functions ]]--
--
--[[ page module ]]--
page = {}
@ -12,7 +8,7 @@ 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