diff --git a/corescripts/_global.lua b/corescripts/_global.lua index 7165ee2..dd356d0 100644 --- a/corescripts/_global.lua +++ b/corescripts/_global.lua @@ -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 \ No newline at end of file +end