@@ -324,10 +324,10 @@ func repoBugs(w http.ResponseWriter, r *http.Request) {
status := r.URL.Query().Get("status")
if status == "" {
- status = "all"
+ status = "open"
}
if status != "all" && status != "open" && status != "closed" {
- status = "all"
+ status = "open"
}
page := 1