dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 3f16122a6013511c63448fc6f947fcfcffa4e02d
parent eec36bdd27afb89b64aed04b9d0f300e36cdbb3b
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Sun,  4 Dec 2022 22:33:24 -0500

fix html attr

Diffstat:
Mpkg/web/public/views/pages/chat-top-bar.gohtml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/web/public/views/pages/chat-top-bar.gohtml b/pkg/web/public/views/pages/chat-top-bar.gohtml @@ -69,7 +69,7 @@ <td> <div class="wrapper"> {{ if .Data.Multiline }} - <textarea type="text" name="message" maxlength="10000" autocomplete="off" autofocus>{{ .Data.Message }}</textarea> + <textarea name="message" maxlength="10000" autocomplete="off" autofocus>{{ .Data.Message }}</textarea> {{ else }} <input value="{{ .Data.Message }}" type="text" name="message" maxlength="10000" autocomplete="off" autofocus{{ if .AuthUser.AutocompleteCommandsEnabled }} list="commands"{{ end }} /> {{ if .AuthUser.AutocompleteCommandsEnabled }}