diff options
| author | 2024-10-21 11:39:43 +0200 | |
|---|---|---|
| committer | 2024-10-21 11:39:43 +0200 | |
| commit | f301ec65f14f26d32495f3876e2b108bcbcc317a (patch) | |
| tree | 3b224cbeebdf64fe53875a0f101370fdb2932d44 /vendor/github.com/tdewolff/minify/v2/html/table.go | |
| parent | [chore]: Bump github.com/yuin/goldmark from 1.7.6 to 1.7.8 (#3470) (diff) | |
| download | gotosocial-f301ec65f14f26d32495f3876e2b108bcbcc317a.tar.xz | |
[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>
Diffstat (limited to 'vendor/github.com/tdewolff/minify/v2/html/table.go')
| -rw-r--r-- | vendor/github.com/tdewolff/minify/v2/html/table.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/tdewolff/minify/v2/html/table.go b/vendor/github.com/tdewolff/minify/v2/html/table.go index 37cc866b2..72380a98e 100644 --- a/vendor/github.com/tdewolff/minify/v2/html/table.go +++ b/vendor/github.com/tdewolff/minify/v2/html/table.go @@ -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, |
