Remove incorrect HTML self close tag (#23748)

HTML is not XML.
此提交包含在:
wxiaoguang
2023-03-27 18:05:51 +02:00
提交者 GitHub
父節點 ec261b63e1
當前提交 31ab331b23
共有 53 個檔案被更改,包括 111 行新增111 行删除
+1 -1
查看文件
@@ -8,7 +8,7 @@
<div class="ui attached segment">
{{template "base/alert" .}}
<p>
<b>{{.locale.Tr "auth.authorize_application_description"}}</b><br/>
<b>{{.locale.Tr "auth.authorize_application_description"}}</b><br>
{{.locale.Tr "auth.authorize_application_created_by" .ApplicationCreatorLinkHTML | Str2html}}
</p>
</div>