summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-09-20 19:21:11 +0200
committerRicardo Wurmus <rekado@elephly.net>2018-09-20 19:21:11 +0200
commita95019206ab49be1a2478369a6c02e170e07f215 (patch)
tree3a05067949ec16f0fc49a382b00eb51e79626447
parent5314a6feb0b8fbe120a6433907697c980cb0e5fd (diff)
view: Fix submitter example.
Reported-by: Pierre Neidhardt <mail@ambrevar.xyz>.
-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 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:<who>"))
(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