From 182b4eea73881c611a0f519576aa6ad2aa6799c2 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sat, 27 Nov 2021 15:26:58 +0100 Subject: Update dependencies (#333) --- vendor/github.com/tdewolff/minify/v2/html/table.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/github.com/tdewolff/minify/v2/html') diff --git a/vendor/github.com/tdewolff/minify/v2/html/table.go b/vendor/github.com/tdewolff/minify/v2/html/table.go index a42782b03..5de3b497f 100644 --- a/vendor/github.com/tdewolff/minify/v2/html/table.go +++ b/vendor/github.com/tdewolff/minify/v2/html/table.go @@ -205,7 +205,7 @@ var attrMap = map[Hash]traits{ Poster: urlAttr, Profile: urlAttr, Readonly: booleanAttr, - Rel: caselessAttr, + Rel: caselessAttr | trimAttr, Required: booleanAttr, Rev: caselessAttr, Reversed: booleanAttr, -- cgit v1.3