diff options
Diffstat (limited to 'plugin/template/setup.go')
-rw-r--r-- | plugin/template/setup.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/template/setup.go b/plugin/template/setup.go index 03a5322f8..44d774b6f 100644 --- a/plugin/template/setup.go +++ b/plugin/template/setup.go @@ -32,7 +32,6 @@ func templateParse(c *caddy.Controller) (handler Handler, err error) { handler.Templates = make([]template, 0) for c.Next() { - if !c.NextArg() { return handler, c.ArgErr() } |