mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Fix stray backticks appearing in pull request timeline (#23282)
Caused by #23189.
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							7b9e23cc1d
						
					
				
				
					commit
					47bb5f11cb
				
			@@ -700,8 +700,8 @@
 | 
				
			|||||||
			<!-- If PR is closed, the comments whose type is CommentTypePullRequestPush(29) after latestCloseCommentID won't be rendered. //-->
 | 
								<!-- If PR is closed, the comments whose type is CommentTypePullRequestPush(29) after latestCloseCommentID won't be rendered. //-->
 | 
				
			||||||
			{{if and .Issue.IsClosed (gt .ID $.LatestCloseCommentID)}}
 | 
								{{if and .Issue.IsClosed (gt .ID $.LatestCloseCommentID)}}
 | 
				
			||||||
				{{continue}}
 | 
									{{continue}}
 | 
				
			||||||
			{{end}}`
 | 
								{{end}}
 | 
				
			||||||
			<div class="timeline-item event" id="{{.HashTag}}">`
 | 
								<div class="timeline-item event" id="{{.HashTag}}">
 | 
				
			||||||
				<span class="badge">{{svg "octicon-repo-push"}}</span>
 | 
									<span class="badge">{{svg "octicon-repo-push"}}</span>
 | 
				
			||||||
				<span class="text grey muted-links">
 | 
									<span class="text grey muted-links">
 | 
				
			||||||
					{{template "shared/user/authorlink" .Poster}}
 | 
										{{template "shared/user/authorlink" .Poster}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user