mirror of
https://github.com/svg/svgo.git
synced 2025-07-31 07:44:22 +03:00
plugins/cleanupAttrs: typo
This commit is contained in:
@ -25,7 +25,7 @@ exports.cleanupAttrs = function(item, params) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (params.spaces) {
|
if (params.spaces) {
|
||||||
attr.value = attr.value.replace(regSpaces, '');
|
attr.value = attr.value.replace(regSpaces, ' ');
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user