mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Use text/template because html shouldn't be escaped for this
This commit is contained in:
parent
f5d0ed5b1c
commit
6a32de4b47
1 changed files with 1 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
|||
package templates
|
||||
|
||||
import (
|
||||
"html/template"
|
||||
"net/http"
|
||||
"path"
|
||||
"text/template"
|
||||
|
||||
"github.com/mholt/caddy/middleware"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue