summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/view_content.tmpl
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-07-11 05:28:56 +0800
committerUnknwon <u@gogs.io>2016-07-11 05:28:56 +0800
commitfdcca9292e57dafdf66345a1b9b9c97b7a0b4872 (patch)
tree9e02a227dd0aad6ee738564696eb009aa659787d /templates/repo/issue/view_content.tmpl
parenta1f717f65a8b9260a8a354d1ff8886f0e89e74f3 (diff)
downloadgitea-fdcca9292e57dafdf66345a1b9b9c97b7a0b4872.tar.gz
gitea-fdcca9292e57dafdf66345a1b9b9c97b7a0b4872.zip
#2458 fix emoji been rendered inside raw content area
Diffstat (limited to 'templates/repo/issue/view_content.tmpl')
-rw-r--r--templates/repo/issue/view_content.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/repo/issue/view_content.tmpl b/templates/repo/issue/view_content.tmpl
index e5c3d3d42d..67560d20f4 100644
--- a/templates/repo/issue/view_content.tmpl
+++ b/templates/repo/issue/view_content.tmpl
@@ -25,7 +25,7 @@
</div>
</div>
<div class="ui attached segment">
- <div class="render-content markdown emojify">
+ <div class="render-content markdown has-emoji">
{{if .Issue.RenderedContent}}
{{.Issue.RenderedContent|Str2html}}
{{else}}
@@ -77,7 +77,7 @@
</div>
</div>
<div class="ui attached segment">
- <div class="render-content markdown emojify">
+ <div class="render-content markdown has-emoji">
{{if .RenderedContent}}
{{.RenderedContent|Str2html}}
{{else}}
@@ -342,7 +342,7 @@
<div class="ui bottom attached active write tab segment">
<textarea tabindex="1" id="content" name="content"></textarea>
</div>
- <div class="ui bottom attached tab preview segment markdown emojify">
+ <div class="ui bottom attached tab preview segment markdown">
{{$.i18n.Tr "repo.release.loading"}}
</div>
<div class="text right edit buttons">