1
0
Fork 0
forked from forgejo/forgejo

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 @@
<form class="ui form {{if $.hidden}}gt-hidden comment-form{{end}}" action="{{$.root.Issue.Link}}/files/reviews/comments" method="post">
{{$.root.CsrfTokenHtml}}
<input type="hidden" name="origin" value="{{if $.root.PageIsPullFiles}}diff{{else}}timeline{{end}}">
<input type="hidden" name="latest_commit_id" value="{{$.root.AfterCommitID}}"/>
<input type="hidden" name="latest_commit_id" value="{{$.root.AfterCommitID}}">
<input type="hidden" name="side" value="{{if $.Side}}{{$.Side}}{{end}}">
<input type="hidden" name="line" value="{{if $.Line}}{{$.Line}}{{end}}">
<input type="hidden" name="path" value="{{if $.File}}{{$.File}}{{end}}">