diff options
-rw-r--r-- | management/editor/editor.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/management/editor/editor.go b/management/editor/editor.go index c0f2e49..cba4396 100644 --- a/management/editor/editor.go +++ b/management/editor/editor.go @@ -47,7 +47,7 @@ func Form(post Editable, fields ...Field) ([]byte, error) { submit := ` <div class="input-field"> - <input class="right waves-effect waves-light btn green" type="submit" value="Save"/> + <button class="right waves-effect waves-light btn green" type="submit">Save</button> </div> ` editor.ViewBuf.Write([]byte(submit + `</td></tr></tbody></table>`)) |