char dangling in select dropdown

This commit is contained in:
Antoni Sawicki 2019-11-03 17:41:11 -08:00
parent a344d177d6
commit cd2cf0baae
1 changed files with 1 additions and 1 deletions

2
wrp.go
View File

@ -117,7 +117,7 @@ func (w wrpReq) printPage(out http.ResponseWriter, bgcolor string) {
}
fmt.Fprintf(out, "<OPTION VALUE=\"%s\" %s>%s</OPTION>\n", v, s, strings.ToUpper(v))
}
fmt.Fprintf(out, "T </SELECT>\n")
fmt.Fprintf(out, "</SELECT>\n")
fmt.Fprintf(out, "C <INPUT TYPE=\"TEXT\" NAME=\"c\" VALUE=\"%d\" SIZE=\"3\">\n", w.C)
fmt.Fprintf(out, "K <INPUT TYPE=\"TEXT\" NAME=\"k\" VALUE=\"\" SIZE=\"4\"> \n")
fmt.Fprintf(out, "<INPUT TYPE=\"SUBMIT\" NAME=\"Fn\" VALUE=\"Bs\">\n")