1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

#2458 fix emoji been rendered inside raw content area

This commit is contained in:
Unknwon
2016-07-11 05:28:56 +08:00
parent a1f717f65a
commit fdcca9292e
6 changed files with 9 additions and 9 deletions

View File

@@ -16,11 +16,11 @@
{{if .Issue.IsPull}}
{{template "repo/issue/view_title" .}}
{{template "repo/pulls/tab_menu" .}}
<div class="ui bottom attached tab pull segment active has-emoji" data-tab="request-{{.ID}}">
<div class="ui bottom attached tab pull segment active" data-tab="request-{{.ID}}">
{{template "repo/issue/view_content" .}}
</div>
{{else}}
<div class="has-emoji">
<div>
{{template "repo/issue/view_content" .}}
</div>
{{end}}