From a95019206ab49be1a2478369a6c02e170e07f215 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 20 Sep 2018 19:21:11 +0200 Subject: view: Fix submitter example. Reported-by: Pierre Neidhardt . --- mumi/web/view/html.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm index a0431e8..1f2408c 100644 --- a/mumi/web/view/html.scm +++ b/mumi/web/view/html.scm @@ -197,7 +197,7 @@ some examples.") (td (span (@ (class "filter")) "submitter:")) (td "Issues submitted by a person named " (strong "who") ", e.g. " - (span (@ (class "filter")) "author:ludo") + (span (@ (class "filter")) "submitter:ludo") " for all issues submitted by ludo. " "The filter matches both the email address and the name.")) (tr -- cgit v1.2.3