chore: update deps
This commit is contained in:
parent
13be3d0688
commit
f52827d62a
@ -182,9 +182,7 @@ func (r *HTWriter) WriteTo(w io.Writer) (int64, error) {
|
||||
}
|
||||
subject := ""
|
||||
if s := twt.Subject(); s != nil {
|
||||
if tag := s.Tag(); tag != nil {
|
||||
subject = tag.Text()
|
||||
}
|
||||
subject = s.Tag().Text()
|
||||
}
|
||||
i, err = fmt.Fprintf(w, `
|
||||
<article>
|
||||
|
Loading…
x
Reference in New Issue
Block a user