aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/core/html_response.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/core/html_response.go')
-rw-r--r--server/core/html_response.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/core/html_response.go b/server/core/html_response.go
index f10fe72..52b5145 100644
--- a/server/core/html_response.go
+++ b/server/core/html_response.go
@@ -15,7 +15,7 @@ import (
type HTMLResponse struct {
writer http.ResponseWriter
request *http.Request
- template *template.TemplateEngine
+ template *template.Engine
}
// Render execute a template and send to the client the generated HTML.