summaryrefslogtreecommitdiffstats
path: root/templates/post-install.tmpl
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2023-03-28 00:05:51 +0800
committerGitHub <noreply@github.com>2023-03-27 18:05:51 +0200
commit31ab331b233d09568d47ffa25ea5516282d8e71b (patch)
treeb973b2cbb4864676242415d89851468f577a8662 /templates/post-install.tmpl
parentec261b63e14f84da3e2d9a6e27c8b831a7750677 (diff)
downloadgitea-31ab331b233d09568d47ffa25ea5516282d8e71b.tar.gz
gitea-31ab331b233d09568d47ffa25ea5516282d8e71b.zip
Remove incorrect HTML self close tag (#23748)
HTML is not XML.
Diffstat (limited to 'templates/post-install.tmpl')
-rw-r--r--templates/post-install.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post-install.tmpl b/templates/post-install.tmpl
index f237a6e01b..7f74a4d0d2 100644
--- a/templates/post-install.tmpl
+++ b/templates/post-install.tmpl
@@ -7,7 +7,7 @@
<div class="ui stackable middle very relaxed page grid">
<div id="repo_migrating" class="sixteen wide center aligned centered column">
<div>
- <img src="{{AssetUrlPrefix}}/img/loading.png"/>
+ <img src="{{AssetUrlPrefix}}/img/loading.png">
</div>
</div>
</div>