From 08c9160e71f189223785890279405457ea2e47a7 Mon Sep 17 00:00:00 2001 From: guillep2k <18600385+guillep2k@users.noreply.github.com> Date: Thu, 6 Feb 2020 15:35:53 -0300 Subject: [PATCH] Allow emoji on review head comments (#10159) Co-authored-by: techknowlogick --- templates/repo/issue/view_content/comments.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/issue/view_content/comments.tmpl b/templates/repo/issue/view_content/comments.tmpl index 087a3c888c..9c99f44ba8 100644 --- a/templates/repo/issue/view_content/comments.tmpl +++ b/templates/repo/issue/view_content/comments.tmpl @@ -345,7 +345,7 @@ {{if .Content}}
- {{.Content}} + {{.Content}}
{{end}} {{ range $filename, $lines := .Review.CodeComments}}