From 47bb5f11cb8c6976c14e92e7aa37ebb39a09416b Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sat, 4 Mar 2023 05:48:05 +0100 Subject: [PATCH] Fix stray backticks appearing in pull request timeline (#23282) 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 03f48ace66..4839e8084b 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}}