summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/issue.go
diff options
context:
space:
mode:
authorcrazeteam <164632007+crazeteam@users.noreply.github.com>2024-03-26 08:48:53 +0100
committerEarl Warren <contact@earl-warren.org>2024-03-30 07:17:30 +0100
commit3aa6f17e1e24af50560ef1f19a64f7aa4b653492 (patch)
treeaed214810db76aa46e50c71c16456afcfc2e3ec4 /routers/web/repo/issue.go
parentFix table header text-align (#30084) (diff)
downloadforgejo-3aa6f17e1e24af50560ef1f19a64f7aa4b653492.tar.xz
forgejo-3aa6f17e1e24af50560ef1f19a64f7aa4b653492.zip
Remove repetitive words (#30091)
remove repetitive words Signed-off-by: crazeteam <lilujing@outlook.com> (cherry picked from commit ecbc9cee2b69cd9707acb1e23ccbca048484c460)
Diffstat (limited to 'routers/web/repo/issue.go')
-rw-r--r--routers/web/repo/issue.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/web/repo/issue.go b/routers/web/repo/issue.go
index c0ec121336..7647e89c56 100644
--- a/routers/web/repo/issue.go
+++ b/routers/web/repo/issue.go
@@ -1600,7 +1600,7 @@ func ViewIssue(ctx *context.Context) {
}
marked[issue.PosterID] = issue.ShowRole
- // Render comments and and fetch participants.
+ // Render comments and fetch participants.
participants[0] = issue.Poster
for _, comment = range issue.Comments {
comment.Issue = issue