diff --git a/wrp.go b/wrp.go index c921f0e..0a0ed0e 100644 --- a/wrp.go +++ b/wrp.go @@ -117,7 +117,7 @@ func (w wrpReq) printPage(out http.ResponseWriter, bgcolor string) { } fmt.Fprintf(out, "\n", v, s, strings.ToUpper(v)) } - fmt.Fprintf(out, "T \n") + fmt.Fprintf(out, "\n") fmt.Fprintf(out, "C \n", w.C) fmt.Fprintf(out, "K \n") fmt.Fprintf(out, "\n")