mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-27 19:06:26 +08:00
Use text/template because html shouldn't be escaped for this
This commit is contained in:
parent
f5d0ed5b1c
commit
6a32de4b47
|
@ -1,9 +1,9 @@
|
|||
package templates
|
||||
|
||||
import (
|
||||
"html/template"
|
||||
"net/http"
|
||||
"path"
|
||||
"text/template"
|
||||
|
||||
"github.com/mholt/caddy/middleware"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user