Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d97686a

Browse files
committed
add dannote's github link
1 parent 44c126d commit d97686a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/resty/template.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ function _M.new(callback, minify, tags)
2424
end
2525

2626
function _M.parse(self, tmpl, minify)
27+
-- see https://github.com/dannote/lua-template
2728
for k, v in pairs(self.replace_templae) do
2829
tmpl = tmpl:gsub(k, v)
2930
end

0 commit comments

Comments
 (0)