mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Allow emoji on review head comments (#10159)
Co-authored-by: techknowlogick <matti@mdranta.net>
This commit is contained in:
		@@ -345,7 +345,7 @@
 | 
			
		||||
			{{if .Content}}
 | 
			
		||||
				<div class="detail">
 | 
			
		||||
					<span class="octicon octicon-quote"></span>
 | 
			
		||||
					<span class="text grey">{{.Content}}</span>
 | 
			
		||||
					<span class="text grey has-emoji">{{.Content}}</span>
 | 
			
		||||
				</div>
 | 
			
		||||
			{{end}}
 | 
			
		||||
			{{ range $filename, $lines := .Review.CodeComments}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user