Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-05-25 22:05:59 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-05-27 12:10:48 +0300
commitc950c86b4e5fb93f787ec78ca823bded9ef9fa3a (patch)
treeb2501c9a6ca811094d6d04427aca0eb759dda92f /hugolib
parent915202494b140882d594e0542153531f6afada02 (diff)
publisher: Fix tag collector for nested table elements
Fixes #7318
Diffstat (limited to 'hugolib')
-rw-r--r--hugolib/site_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/site_test.go b/hugolib/site_test.go
index 3116113c0..54c2fbe59 100644
--- a/hugolib/site_test.go
+++ b/hugolib/site_test.go
@@ -1123,7 +1123,7 @@ ABC.
els := stats.HTMLElements
b.Assert(els.Classes, qt.HasLen, 3606) // (4 * 900) + 4 +2
- b.Assert(els.Tags, qt.HasLen, 8)
+ b.Assert(els.Tags, qt.HasLen, 9)
b.Assert(els.IDs, qt.HasLen, 1)
}