summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/comment_tab.tmpl
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-11-11 16:19:28 -0500
committerUnknwon <u@gogs.io>2015-11-11 16:19:28 -0500
commit908f2924ceacc89bd75c5b89f68a653a16dcfbec (patch)
tree83fcf226c66d3900856424e6cd835305f842a1b2 /templates/repo/issue/comment_tab.tmpl
parentf28173bf50e5f3491edc1e3bd6fd2d5828a81333 (diff)
downloadgitea-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.tmpl2
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"}}