]> source.dussan.org Git - gitea.git/commitdiff
#2458 fix emoji been rendered inside raw content area
authorUnknwon <u@gogs.io>
Sun, 10 Jul 2016 21:28:56 +0000 (05:28 +0800)
committerUnknwon <u@gogs.io>
Sun, 10 Jul 2016 21:28:56 +0000 (05:28 +0800)
README.md
gogs.go
public/config.codekit
templates/.VERSION
templates/repo/issue/view.tmpl
templates/repo/issue/view_content.tmpl

index 623f22fc07c783601fdc4fef55a624955ee9b54e..c8043868d3c7d27c7096044f4cd4af7d2cd3cb2a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra
 
 ![](https://github.com/gogits/gogs/blob/master/public/img/gogs-large-resize.png?raw=true)
 
-##### Current tip version: 0.9.40 (see [Releases](https://github.com/gogits/gogs/releases) for binary versions)
+##### Current tip version: 0.9.41 (see [Releases](https://github.com/gogits/gogs/releases) for binary versions)
 
 | Web | UI  | Preview  |
 |:-------------:|:-------:|:-------:|
diff --git a/gogs.go b/gogs.go
index 201fc7324288a2f43bef31c1741c740c22f99a66..37d66f1a36013a44c97cd2d173b9d92b924c7ddb 100644 (file)
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
        "github.com/gogits/gogs/modules/setting"
 )
 
-const APP_VER = "0.9.40.0709"
+const APP_VER = "0.9.41.0711"
 
 func init() {
        runtime.GOMAXPROCS(runtime.NumCPU())
index 0aeffc3356e9d2962599cbc9fee4aeae02bf12bb..a0a1792e586e50b163442aae088068601c8b83e1 100644 (file)
@@ -1,6 +1,6 @@
 {
 "CodeKitInfo": "This is a CodeKit 2.x project configuration file. It is designed to sync project settings across multiple machines. MODIFYING THE CONTENTS OF THIS FILE IS A POOR LIFE DECISION. If you do so, you will likely cause CodeKit to crash. This file is not useful unless accompanied by the project that created it in CodeKit 2. This file is not backwards-compatible with CodeKit 1.x. For more information, see: http:\/\/incident57.com\/codekit",
-"creatorBuild": "19102",
+"creatorBuild": "19115",
 "files": {
        "\/css\/github.min.css": {
                "fileType": 16,
index 52f9aa2d41d823c57fde03a527bc819b65be9c05..41b0852e4b8c01b70281678089c5f15b5d58f42f 100644 (file)
@@ -1 +1 @@
-0.9.40.0709
\ No newline at end of file
+0.9.41.0711
\ No newline at end of file
index c289dbcb7a6dc476aa285fb145896f61aef1d560..2260f17399d9b0a0c610ac0df65a9332e8d95dcf 100644 (file)
                {{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}}
index e5c3d3d42d45fe1ba74c2105f7b407e6281c094f..67560d20f4988c5ca2c5fd91dbb5ab18d6a9d8f4 100644 (file)
@@ -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}}
                <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">