Skip to content

Commit 08c9160

Browse files
Allow emoji on review head comments (#10159)
Co-authored-by: techknowlogick <[email protected]>
1 parent 727fc42 commit 08c9160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/view_content/comments.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
{{if .Content}}
346346
<div class="detail">
347347
<span class="octicon octicon-quote"></span>
348-
<span class="text grey">{{.Content}}</span>
348+
<span class="text grey has-emoji">{{.Content}}</span>
349349
</div>
350350
{{end}}
351351
{{ range $filename, $lines := .Review.CodeComments}}

0 commit comments

Comments
 (0)