mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-04 12:40:05 +02:00
update modules
This commit is contained in:
2
node_modules/parse5/lib/serializer/index.js
generated
vendored
2
node_modules/parse5/lib/serializer/index.js
generated
vendored
@@ -117,7 +117,7 @@ class Serializer {
|
||||
} else if (attr.namespace === NS.XLINK) {
|
||||
this.html += 'xlink:' + attr.name;
|
||||
} else {
|
||||
this.html += attr.namespace + ':' + attr.name;
|
||||
this.html += attr.prefix + ':' + attr.name;
|
||||
}
|
||||
|
||||
this.html += '="' + value + '"';
|
||||
|
Reference in New Issue
Block a user