summaryrefslogtreecommitdiff
path: root/view/html/recipe-step.html
diff options
context:
space:
mode:
Diffstat (limited to 'view/html/recipe-step.html')
-rw-r--r--view/html/recipe-step.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/view/html/recipe-step.html b/view/html/recipe-step.html
index 96fbb48..8008d9c 100644
--- a/view/html/recipe-step.html
+++ b/view/html/recipe-step.html
@@ -1,6 +1,4 @@
-{{define "recipe-step"}}
- <section>
+{{define "recipe-step"}} <section>
<textarea rows="4" cols="50" placeholder="Step description">{{.Text}}</textarea>
<button type="button" onclick="parentNode.remove();">remove</button>
- </section>
-{{end}}
+ </section>{{end}}