Skip to content

Commit 524a507

Browse files
brechtvltechknowlogick
authored andcommitted
Fix stray backticks appearing in pull request timeline
Caused by #23189.
1 parent b2359f3 commit 524a507

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)