1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-14 13:38:28 +00:00

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
53 changed files with 111 additions and 111 deletions

View File

@@ -16,7 +16,7 @@
<input class="label-exclusive-input" name="exclusive" type="checkbox">
<label>{{.locale.Tr "repo.issues.label_exclusive"}}</label>
</div>
<br/>
<br>
<small class="desc">{{.locale.Tr "repo.issues.label_exclusive_desc" | Safe}}</small>
</div>
<div class="field">