trim excess whitespace at end of html

master
Matt Huntington 10 years ago
parent 3a66a06cb6
commit 5c271c8890

@ -57,5 +57,5 @@ module.exports = function(input){
return html
}
return parseFile(input);
return parseFile(input).trim();
};

Loading…
Cancel
Save