Browse Source

Minor comment fix

master
Matthew Holt 5 years ago
parent
commit
9770ce7c9f
  1. 2
      modules/caddyhttp/templates/tplcontext.go

2
modules/caddyhttp/templates/tplcontext.go

@ -41,7 +41,7 @@ import (
type templateContext struct {
Root http.FileSystem
Req *http.Request
Args []interface{} // defined by arguments to .Include
Args []interface{} // defined by arguments to funcInclude
RespHeader tplWrappedHeader
config *Templates

Loading…
Cancel
Save