1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-29 20:21:14 +03:00

plugins/cleanupAttrs: typo

This commit is contained in:
deepsweet
2012-10-02 09:43:49 +04:00
parent 3e77787a3f
commit bf743aeb74

View File

@ -25,7 +25,7 @@ exports.cleanupAttrs = function(item, params) {
}
if (params.spaces) {
attr.value = attr.value.replace(regSpaces, '');
attr.value = attr.value.replace(regSpaces, ' ');
}
});