Skip to content
Snippets Groups Projects
Verified Commit bd03c3e7 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: add data-monster-head as id

parent 9440b3e8
No related branches found
No related tags found
No related merge requests found
{
hashValue = "sha256-FxDNgeg6Ft3jvtJBojhqYbohGDZCY6TNAhpY/j41OVQ=";
hashValue = "sha256-M4pZBhlt0CrRgAf9DxRUVNmA2sYxDYIccreOQy7qmrk=";
}
......@@ -454,7 +454,7 @@ func checkMonsterDatatableHead(n *html.Node, storage *types.PageData) {
id := util.GetAttribute(div.Attr, constants.DataBobReferenceAttributeKey)
if id == "" {
headID := util.BuildTextKey(head)
headID, _ := util.BuildTextKey(head)
if headID == "" {
id = util.GetNextId()
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment