mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
Update dependencies (#333)
This commit is contained in:
1
vendor/github.com/tdewolff/parse/v2/html/lex.go
generated
vendored
1
vendor/github.com/tdewolff/parse/v2/html/lex.go
generated
vendored
@ -123,6 +123,7 @@ func (l *Lexer) Next() (TokenType, []byte) {
|
||||
|
||||
if l.rawTag != 0 {
|
||||
if rawText := l.shiftRawText(); len(rawText) > 0 {
|
||||
l.text = rawText
|
||||
l.rawTag = 0
|
||||
return TextToken, rawText
|
||||
}
|
||||
|
Reference in New Issue
Block a user