Skip to content

Commit

Permalink
Fix fmt string in mirror HTML (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
hryx authored Jun 8, 2024
1 parent 89959f0 commit f6925ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/wrench/http_pkg.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (b *Bot) httpMuxPkgProxy(handler func(prefix string, handle handlerFunc) ht
func (b *Bot) httpPkgZigRoot(w http.ResponseWriter, r *http.Request) error {
w.Header().Set("Content-Type", "text/html; charset=utf-8")

fmt.Fprintf(w, "%s", `
fmt.Fprintf(w, `
<h1 style="margin-bottom: 0.25rem;">Zig download mirror</h1>
<div>
Expand Down

0 comments on commit f6925ff

Please sign in to comment.