fix html errors

This commit is contained in:
2020-01-17 20:32:21 +01:00
parent d65201202d
commit 185449c5e6
35 changed files with 73 additions and 245 deletions

View File

@@ -45,7 +45,7 @@ func (wc *WebController) registerForm(td *TemplateData, r *http.Request) (f Form
}
// Construct the form
td.Title = "Register a new Pixeldrain account"
td.Title = "Register a new pixeldrain account"
f = Form{
Name: "register",
Title: td.Title,