diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2021-06-10 16:52:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 16:52:37 +0800 |
commit | f088dc4ea14ae6304c2e06fca06ffa2f7bc273f3 (patch) | |
tree | 916f0de30e766b699f373fbea76dae946b651f07 /templates/install.tmpl | |
parent | 3dafb074c6cd0b252a51bbfc8028e5c499bdedc3 (diff) | |
download | gitea-f088dc4ea14ae6304c2e06fca06ffa2f7bc273f3.tar.gz gitea-f088dc4ea14ae6304c2e06fca06ffa2f7bc273f3.zip |
Remove utf8 option from installation page (#16126)
Diffstat (limited to 'templates/install.tmpl')
-rw-r--r-- | templates/install.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl index 6421b3e438..ddc6156074 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -78,7 +78,6 @@ {{svg "octicon-triangle-down" 14 "dropdown icon"}} <div class="menu"> <div class="item" data-value="utf8mb4">utf8mb4</div> - <div class="item" data-value="utf8">utf8</div> </div> </div> </div> |