Remove incorrect HTML self close tag (#23748)

HTML is not XML.
This commit is contained in:
wxiaoguang 2023-03-28 00:05:51 +08:00 committed by GitHub
parent ec261b63e1
commit 31ab331b23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
53 changed files with 111 additions and 111 deletions

View file

@ -12,7 +12,7 @@
{{.CsrfTokenHtml}}
{{range .Pointers}}
{{if .Associatable}}
<input type="hidden" name="oid" value="{{.Oid}} {{.Size}}"/>
<input type="hidden" name="oid" value="{{.Oid}} {{.Size}}">
{{end}}
{{end}}
<button class="ui green button">{{$.locale.Tr "repo.settings.lfs_pointers.associateAccessible" $.NumAssociatable}}</button>