From 66016b3fe3a9646e5d9c8b4c2d88b1da7a908ccf Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Sat, 26 Aug 2023 10:44:17 +0800 Subject: [PATCH] Fix incorrect "tabindex" attributes (#26733) (#26734) Backport #26733 manually Co-authored-by: Giteabot (cherry picked from commit 307ee2c044abe62c7e61787a6283e670fb3031ab) --- templates/org/create.tmpl | 6 +-- templates/org/settings/options.tmpl | 6 +-- templates/projects/view.tmpl | 4 +- templates/repo/create.tmpl | 16 +++---- templates/repo/editor/commit_form.tmpl | 2 +- templates/repo/issue/new_form.tmpl | 4 +- .../repo/issue/view_content/sidebar.tmpl | 2 +- templates/repo/projects/view.tmpl | 4 +- templates/repo/settings/options.tmpl | 10 ++-- templates/repo/settings/webhook/settings.tmpl | 46 +++++++++---------- templates/user/dashboard/navbar.tmpl | 4 +- 11 files changed, 52 insertions(+), 52 deletions(-) diff --git a/templates/org/create.tmpl b/templates/org/create.tmpl index 7e988ba0c7..966150aa93 100644 --- a/templates/org/create.tmpl +++ b/templates/org/create.tmpl @@ -19,15 +19,15 @@
- +
- +
- +
diff --git a/templates/org/settings/options.tmpl b/templates/org/settings/options.tmpl index 21b14200ff..a547368617 100644 --- a/templates/org/settings/options.tmpl +++ b/templates/org/settings/options.tmpl @@ -36,19 +36,19 @@
- +
- +
- +
diff --git a/templates/projects/view.tmpl b/templates/projects/view.tmpl index 35493775b5..b6d28e8b56 100644 --- a/templates/projects/view.tmpl +++ b/templates/projects/view.tmpl @@ -86,10 +86,10 @@ {{if and $.CanWriteProjects (ne .ID 0)}}