general improvements; updates on #32

This commit is contained in:
Henrique Dias
2016-10-31 21:25:14 +00:00
parent 44065cfaf9
commit f5660fbc48
5 changed files with 74 additions and 118 deletions

View File

@@ -133,7 +133,7 @@ func (p Page) PrintAsHTML(w http.ResponseWriter, templates ...string) (int, erro
w.Header().Set("Content-Type", "text/html; charset=utf-8")
_, err = buf.WriteTo(w)
return http.StatusOK, nil
return http.StatusOK, err
}
// PrintAsJSON prints the current Page infromation in JSON