dkforest

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

commit a7c64ea991e48557ed552f6eb5a35918558eb30e
parent 268a9fe5bd11a7dab1ad3957f5619b29e2297acd
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Fri, 30 Dec 2022 23:16:57 -0800

remove raw html

Diffstat:
Mpkg/web/handlers/api/v1/werewolf.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/web/handlers/api/v1/werewolf.go b/pkg/web/handlers/api/v1/werewolf.go @@ -504,7 +504,7 @@ func (b *Werewolf) killVote() string { // Send a PM to all players saying they have to vote for a name for _, player := range b.playersAlive { - msg := "Who do you vote to kill? (name | none)<br />" + msg := "Who do you vote to kill? (name | none)" b.createKillVoteForm() b.Narrate(msg, &player.UserID, nil) }