diff options
Diffstat (limited to 'templates/guestbook.html')
| -rw-r--r-- | templates/guestbook.html | 4 |
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 }}" |
