summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/guestbook.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/guestbook.html b/templates/guestbook.html
index f304666..85727c7 100644
--- a/templates/guestbook.html
+++ b/templates/guestbook.html
@@ -17,9 +17,7 @@
{{ if not .EntryForm }}
placeholder="hoi!"
{{ end }}
- >{{ if .EntryForm }}{{ .EntryForm.Message }}{{ end }}
- </textarea>
-
+ >{{ if .EntryForm }}{{ .EntryForm.Message }}{{ end }}</textarea>
<div
class="h-captcha"
data-sitekey="{{ .HcaptchaArgs.SiteKey }}"