summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api/template.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/template.go b/api/template.go
index eeaeb51..d637c64 100644
--- a/api/template.go
+++ b/api/template.go
@@ -66,7 +66,6 @@ func TemplateContinuation(path string, showBase bool) Continuation {
return failure(context, req, resp)
}
- resp.WriteHeader(200)
resp.Header().Set("Content-Type", "text/html")
resp.Write(html.Bytes())
return success(context, req, resp)