From 524a5075ffe5188722b9b9483773a09bc7b1fc15 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sat, 4 Mar 2023 01:06:32 +0100 Subject: [PATCH] Fix stray backticks appearing in pull request timeline Caused by #23189. --- templates/repo/issue/view_content/comments.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/repo/issue/view_content/comments.tmpl b/templates/repo/issue/view_content/comments.tmpl index 03f48ace6638c..4839e8084b622 100644 --- a/templates/repo/issue/view_content/comments.tmpl +++ b/templates/repo/issue/view_content/comments.tmpl @@ -700,8 +700,8 @@ {{if and .Issue.IsClosed (gt .ID $.LatestCloseCommentID)}} {{continue}} - {{end}}` -
` + {{end}} +
{{svg "octicon-repo-push"}} {{template "shared/user/authorlink" .Poster}}