Skip to content

Commit

Permalink
Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
vifino committed Aug 5, 2015
1 parent 04e9a40 commit af372fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/MainGlue.lua
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,9 @@ function link(url, opt)
end
end

script = tag"script"
function script(...)
return tag"script"(...)
end

function css(args)
local a = {type="text/css"}
Expand Down

0 comments on commit af372fc

Please sign in to comment.