Skip to content

Commit 47bb5f1

Browse files
authored
Fix stray backticks appearing in pull request timeline (#23282)
Caused by #23189.
1 parent 7b9e23c commit 47bb5f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/issue/view_content/comments.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,8 +700,8 @@
700700
<!-- If PR is closed, the comments whose type is CommentTypePullRequestPush(29) after latestCloseCommentID won't be rendered. //-->
701701
{{if and .Issue.IsClosed (gt .ID $.LatestCloseCommentID)}}
702702
{{continue}}
703-
{{end}}`
704-
<div class="timeline-item event" id="{{.HashTag}}">`
703+
{{end}}
704+
<div class="timeline-item event" id="{{.HashTag}}">
705705
<span class="badge">{{svg "octicon-repo-push"}}</span>
706706
<span class="text grey muted-links">
707707
{{template "shared/user/authorlink" .Poster}}

0 commit comments

Comments
 (0)