mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
godoc: drop outdated comment
Change-Id: I2a4d0c112575cad70180ba0f8984a271a7658775 Reviewed-on: https://go-review.googlesource.com/29686 Reviewed-by: Sameer Ajmani <sameer@golang.org>
This commit is contained in:
parent
fc2b74b64e
commit
471a6e15ec
@ -49,7 +49,7 @@ func (p *Presentation) ServeError(w http.ResponseWriter, r *http.Request, relpat
|
||||
p.ServePage(w, Page{
|
||||
Title: "File " + relpath,
|
||||
Subtitle: relpath,
|
||||
Body: applyTemplate(p.ErrorHTML, "errorHTML", err), // err may contain an absolute path!
|
||||
Body: applyTemplate(p.ErrorHTML, "errorHTML", err),
|
||||
Share: allowShare(r),
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user