diff --git a/wrp.go b/wrp.go index 6c6e6d2..0d11e44 100644 --- a/wrp.go +++ b/wrp.go @@ -147,9 +147,22 @@ func (w wrpReq) printPage(bgcolor string) { // Status bar below captured image func (w wrpReq) printFooter(h string, s string) { - fmt.Fprintf(w.out, "\n

"+ - "Web Rendering Proxy Version %s | Shutdown WRP | "+ - "Page Height: %s | Img Size: %s\n\n", w.width, w.height, w.scale, w.colors, w.imgType, version, h, s) + fmt.Fprintf(w.out, + "\n

"+ + ""+ + "Web Rendering Proxy Version %s | "+ + "Shutdown WRP | "+ + "Page Height: %s |"+ + "Img Size: %s "+ + "\n\n", + w.width, + w.height, + w.scale, + w.colors, + w.imgType, + version, + h, + s) } // Process HTTP requests to WRP '/' url