1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-03 09:07:19 +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

@ -118,7 +118,7 @@
<div class="menu">
<div class="item" data-value="">{{.locale.Tr "repo.issue_labels_helper"}}</div>
{{range $template, $labels := .LabelTemplates}}
<div class="item" data-value="{{$template}}">{{$template}}<br/><i>({{$labels}})</i></div>
<div class="item" data-value="{{$template}}">{{$template}}<br><i>({{$labels}})</i></div>
{{end}}
</div>
</div>
@ -210,7 +210,7 @@
</div>
</div>
<br/>
<br>
<div class="inline field">
<label></label>
<button class="ui green button{{if not .CanCreateRepo}} disabled{{end}}">