summaryrefslogtreecommitdiff
path: root/management/editor/editor.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-10-13 08:02:45 -0700
committerSteve Manuel <nilslice@gmail.com>2016-10-13 08:02:45 -0700
commitd4d938d634552eed167688409a90cfe698b35653 (patch)
tree5505905da1b0f8b25aef22e30633a1339f12bb5c /management/editor/editor.go
parent6a9029b2d9bce2fe44e14d6fbc50b8c42c759103 (diff)
updating cli usage
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>
`