mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Change ID pattern of raw content container for issue (#21966)
Implement differentiation to html id for issue raw content container. Fixes #21965
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							2779d47ad3
						
					
				
				
					commit
					097d4e30b1
				
			@@ -54,7 +54,7 @@
 | 
			
		||||
				<span class="no-content">{{$.root.locale.Tr "repo.issues.no_content"}}</span>
 | 
			
		||||
			{{end}}
 | 
			
		||||
			</div>
 | 
			
		||||
			<div id="comment-{{.ID}}" class="raw-content hide">{{.Content}}</div>
 | 
			
		||||
			<div id="issuecomment-{{.ID}}-raw" class="raw-content hide">{{.Content}}</div>
 | 
			
		||||
			<div class="edit-content-zone hide" data-write="issuecomment-{{.ID}}-write" data-preview="issuecomment-{{.ID}}-preview" data-update-url="{{$.root.RepoLink}}/comments/{{.ID}}" data-context="{{$.root.RepoLink}}"></div>
 | 
			
		||||
		</div>
 | 
			
		||||
		{{$reactions := .Reactions.GroupByType}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user