summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mumi/web/view/html.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm
index e6c429b..5b1a56d 100644
--- a/mumi/web/view/html.scm
+++ b/mumi/web/view/html.scm
@@ -301,7 +301,7 @@ supported. To comment on this conversation "
#:body
`(,(header)
(div (@ (class "container"))
- ,@(if (zero? bugs)
+ ,@(if (null? bugs)
`((h1 "No issues found")
(p "We could not find any issues matching your query "
(code ,query) ". "