diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-04-01 12:23:08 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-04-01 12:23:08 -0700 |
commit | 9e27f401293560c11a8c93d0e7db6b82ecf30b8f (patch) | |
tree | ef562aed1ddbb84fc319985a52e6dd8290cd1bbf /cmd | |
parent | dc78fc53fbfb1d10c9673c02b7741ce1b45eb724 (diff) |
formatting fix in custom editor view template
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/ponzu/templates/gen-custom.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ponzu/templates/gen-custom.tmpl b/cmd/ponzu/templates/gen-custom.tmpl index a1e0552..6079f8b 100644 --- a/cmd/ponzu/templates/gen-custom.tmpl +++ b/cmd/ponzu/templates/gen-custom.tmpl @@ -3,4 +3,4 @@ View: []byte(` <label class="active">{{ .Name }}</label> <!-- Add your custom editor field view here. --> </div> -`),
\ No newline at end of file + `),
\ No newline at end of file |