diff --git a/lib/index.js b/lib/index.js index 6e3fdd2..2da5c74 100644 --- a/lib/index.js +++ b/lib/index.js @@ -379,7 +379,7 @@ function post(tree, options) { const value = node.properties[key] const test = urlAttributes[key] if (test === null || test.includes(node.tagName)) { - node.properties[key] = urlTransform(String(value || ''), key, node) + node.properties[key] = urlTransform(String(value || '')) } } }