1
0
Fork 0
forked from forgejo/forgejo

Update tool dependencies (#29030)

This commit is contained in:
silverwind 2024-02-03 01:11:39 +01:00 committed by GitHub
parent a9bc590d5d
commit a6cea59514
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 5 additions and 12 deletions

View file

@ -440,7 +440,6 @@ func (r *HTMLRenderer) renderIcon(w util.BufWriter, source []byte, node ast.Node
var err error
_, err = w.WriteString(fmt.Sprintf(`<i class="icon %s"></i>`, name))
if err != nil {
return ast.WalkStop, err
}