1
Fork 0

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

@ -2,7 +2,7 @@
<div role="main" aria-label="{{.Title}}" class="page-content ui container center gt-full-screen-width {{if .IsRepo}}repository{{end}}">
{{if .IsRepo}}{{template "repo/header" .}}{{end}}
<div class="ui container center">
<p style="margin-top: 100px"><img src="{{AssetUrlPrefix}}/img/404.png" alt="404"/></p>
<p style="margin-top: 100px"><img src="{{AssetUrlPrefix}}/img/404.png" alt="404"></p>
<div class="ui divider"></div>
<br>
<p>{{.locale.Tr "error404" | Safe}}

View file

@ -1,6 +1,6 @@
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content ui container gt-full-screen-width center">
<p style="margin-top: 100px"><img src="{{AssetUrlPrefix}}/img/500.png" alt="500"/></p>
<p style="margin-top: 100px"><img src="{{AssetUrlPrefix}}/img/500.png" alt="500"></p>
<div class="ui divider"></div>
<br>
{{if .ErrorMsg}}