Skip to content

Commit

Permalink
Fix stray backticks appearing in pull request timeline (#23282)
Browse files Browse the repository at this point in the history
Caused by #23189.
  • Loading branch information
brechtvl committed Mar 4, 2023
1 parent 7b9e23c commit 47bb5f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/repo/issue/view_content/comments.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -700,8 +700,8 @@
<!-- If PR is closed, the comments whose type is CommentTypePullRequestPush(29) after latestCloseCommentID won't be rendered. //-->
{{if and .Issue.IsClosed (gt .ID $.LatestCloseCommentID)}}
{{continue}}
{{end}}`
<div class="timeline-item event" id="{{.HashTag}}">`
{{end}}
<div class="timeline-item event" id="{{.HashTag}}">
<span class="badge">{{svg "octicon-repo-push"}}</span>
<span class="text grey muted-links">
{{template "shared/user/authorlink" .Poster}}
Expand Down

0 comments on commit 47bb5f1

Please sign in to comment.