libs/web: Added template comments

This commit is contained in:
Steven Barth 2008-07-07 20:58:10 +00:00
parent 715ae85627
commit a41f33ba01

View file

@ -102,6 +102,8 @@ function compile(template)
end
elseif p == "=" then
re = r_pexec:format(v:sub(2))
elseif p == "#" then
re = ""
else
re = r_exec:format(v)
end