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

feat: CloneNode is now public

parent fd417169
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ func runNode(node *html.Node, data *map[any]any, key string, item interface{}, n
x := New(*data)
template := cloneNode(node, make(map[*html.Node]*html.Node))
template := CloneNode(node)
template.Parent = nil
template.PrevSibling = nil
template.NextSibling = nil
......
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