chore: update deps

This commit is contained in:
xuu 2025-04-04 11:49:17 -06:00
parent 13be3d0688
commit f52827d62a
Signed by: xuu
GPG Key ID: 8B3B0604F164E04F

View File

@ -182,9 +182,7 @@ func (r *HTWriter) WriteTo(w io.Writer) (int64, error) {
} }
subject := "" subject := ""
if s := twt.Subject(); s != nil { if s := twt.Subject(); s != nil {
if tag := s.Tag(); tag != nil { subject = s.Tag().Text()
subject = tag.Text()
}
} }
i, err = fmt.Fprintf(w, ` i, err = fmt.Fprintf(w, `
<article> <article>