diff options
author | Unknwon <u@gogs.io> | 2015-11-11 16:24:13 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-11 16:24:13 -0500 |
commit | 675cd997d8b8afe35c642dc35defde36a3ed38e1 (patch) | |
tree | 0600da8cc2bb10e780749efabae1f37244a1687e /templates/repo/issue/comment_tab.tmpl | |
parent | 908f2924ceacc89bd75c5b89f68a653a16dcfbec (diff) | |
download | gitea-675cd997d8b8afe35c642dc35defde36a3ed38e1.tar.gz gitea-675cd997d8b8afe35c642dc35defde36a3ed38e1.zip |
minor tabindex fix
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 5ffe1e0459..d2880febd0 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" tabindex="1"></textarea> + <textarea id="content" name="content" tabindex="4"></textarea> </div> <div class="ui bottom attached tab segment markdown" data-tab="preview"> {{.i18n.Tr "repo.release.loading"}} |