cgi-dev

Repository that serves as my CGI "scratchpad" to try things out.
git clone git://git.samirparikh.com/cgi-dev
Log | Files | Refs | README

commit 7dada15b807369c909503a2500424b5dc1d239e8
parent 4f0a8be35308a047a6fe8376510f5e7a78eeb51f
Author: Samir Parikh <noreply@samirparikh.com>
Date:   Fri, 18 Feb 2022 02:48:12 +0000

update table width in hangman

Diffstat:
Mhangman1.cgi | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hangman1.cgi b/hangman1.cgi @@ -152,7 +152,7 @@ sub status { my ( $message, $state ) = @_; # print the word with underscores replacing unguessed letters - print table( { -width => '100%' }, + print table( { -width => '50%' }, TR( td(b('Word #:'), $state->{GAMENO}), td(b('Guessed:'), $state->{GUESSED})