diff options
author | Unknwon <u@gogs.io> | 2015-11-11 16:19:28 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-11 16:19:28 -0500 |
commit | 908f2924ceacc89bd75c5b89f68a653a16dcfbec (patch) | |
tree | 83fcf226c66d3900856424e6cd835305f842a1b2 /templates/repo/issue/comment_tab.tmpl | |
parent | f28173bf50e5f3491edc1e3bd6fd2d5828a81333 (diff) | |
download | gitea-908f2924ceacc89bd75c5b89f68a653a16dcfbec.tar.gz gitea-908f2924ceacc89bd75c5b89f68a653a16dcfbec.zip |
fix #1824 and fix #1917
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 a2b5bea275..5ffe1e0459 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="{{AppSubUrl}}/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 id="content" name="content"></textarea> + <textarea id="content" name="content" tabindex="1"></textarea> </div> <div class="ui bottom attached tab segment markdown" data-tab="preview"> {{.i18n.Tr "repo.release.loading"}} |