Fix missing newline

This commit is contained in:
spsobole 2023-05-27 09:24:12 -06:00
parent 97716e7247
commit 59cb44da09
1 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,7 @@ func (s *Server) authenticated(auth auth.Authenticator, redirect string, handle
func (s *Server) wrapper(handle func(c *Context)) http.HandlerFunc {
return func(w http.ResponseWriter, r *http.Request) {
if s.debug {
log.Debugf("request: %s", r.RequestURI)
log.Debugf("request: %s\n", r.RequestURI)
}
c := s.makeContext(nil, w, r)
@ -436,3 +436,4 @@ func New(address string, path string, auth auth.Authenticator) *Server {
}
return &s
}
uk-grid-small uk-child-width-1-2 uk-child-width-1-2@m uk-child-width-2@l uk-grid-match uk-padding-remove