diff options
author | Unknwon <u@gogs.io> | 2015-08-13 23:21:43 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-13 23:21:43 +0800 |
commit | 1fb53067f478414302096d5d976a3db85df9e2eb (patch) | |
tree | b1b8ba83989fe5edd346a26c6bd0068abbb4d533 /templates/repo/issue/comment_tab.tmpl | |
parent | 0ec7d1539b177dbe55f3c68691b0c9f8e35193a9 (diff) | |
download | gitea-1fb53067f478414302096d5d976a3db85df9e2eb.tar.gz gitea-1fb53067f478414302096d5d976a3db85df9e2eb.zip |
finish close/reopen issue
Diffstat (limited to 'templates/repo/issue/comment_tab.tmpl')
-rw-r--r-- | templates/repo/issue/comment_tab.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/comment_tab.tmpl b/templates/repo/issue/comment_tab.tmpl index 969045e9a9..5e61e575c6 100644 --- a/templates/repo/issue/comment_tab.tmpl +++ b/templates/repo/issue/comment_tab.tmpl @@ -4,7 +4,7 @@ <a class="item" data-tab="preview" data-url="/api/v1/markdown" data-context="{{.RepoLink}}">{{.i18n.Tr "repo.release.preview"}}</a> </div> <div class="ui bottom attached active tab segment" data-tab="write"> - <textarea name="content"></textarea> + <textarea id="content" name="content"></textarea> </div> <div class="ui bottom attached tab segment markdown" data-tab="preview"> {{.i18n.Tr "repo.release.loading"}} |