mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-19 11:43:00 -06:00
[chore]: Bump github.com/tdewolff/minify/v2 from 2.20.37 to 2.21.0 (#3468)
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.20.37 to 2.21.0. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.20.37...v2.21.0) --- updated-dependencies: - dependency-name: github.com/tdewolff/minify/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ea1bf5f8a3
commit
f301ec65f1
8 changed files with 414 additions and 14 deletions
4
vendor/github.com/tdewolff/minify/v2/html/table.go
generated
vendored
4
vendor/github.com/tdewolff/minify/v2/html/table.go
generated
vendored
|
|
@ -74,7 +74,7 @@ var tagMap = map[Hash]traits{
|
|||
Input: objectTag,
|
||||
Ins: keepPTag,
|
||||
Kbd: normalTag,
|
||||
Label: normalTag,
|
||||
Label: normalTag | keepPTag, // experimentally, keepPTag is needed
|
||||
Legend: blockTag,
|
||||
Li: blockTag,
|
||||
Link: normalTag,
|
||||
|
|
@ -125,7 +125,7 @@ var tagMap = map[Hash]traits{
|
|||
Th: blockTag,
|
||||
Thead: blockTag,
|
||||
Time: normalTag,
|
||||
Title: normalTag,
|
||||
Title: blockTag,
|
||||
Tr: blockTag,
|
||||
Track: normalTag,
|
||||
U: normalTag,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue