diff --git a/scripts/speculator/main.go b/scripts/speculator/main.go index 602cdb57..1c2780e3 100644 --- a/scripts/speculator/main.go +++ b/scripts/speculator/main.go @@ -469,12 +469,12 @@ func listPulls(w http.ResponseWriter, req *http.Request) { } s := "
View the spec at head
` + s += `
View the spec at head
` if *includesDir != "" { - s += `
View the spec at head styled like matrix.org
` + s += `
View the spec at head styled like matrix.org
` } io.WriteString(w, s)