summaryrefslogtreecommitdiff
path: root/management/editor/editor.go
diff options
context:
space:
mode:
Diffstat (limited to 'management/editor/editor.go')
-rw-r--r--management/editor/editor.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/management/editor/editor.go b/management/editor/editor.go
index 06d5a59..5e26740 100644
--- a/management/editor/editor.go
+++ b/management/editor/editor.go
@@ -46,7 +46,7 @@ func Form(post Editable, fields ...Field) ([]byte, error) {
addPostDefaultFieldsToEditorView(post, editor)
submit := `
-<div class="input-field">
+<div class="input-field">
<button class="right waves-effect waves-light btn green" type="submit">Save</button>
</div>
`