mirror of
https://github.com/panosoft/inline-html
synced 2026-01-13 13:04:30 -08:00
Fixed bug where <br/> was returned as <br>.
This commit is contained in:
@@ -36,9 +36,9 @@ var inline = function (html, filename) {
|
||||
});
|
||||
|
||||
return {
|
||||
html: $.html(),
|
||||
html: $.xml(),
|
||||
files: files
|
||||
};
|
||||
};
|
||||
|
||||
module.exports = inline;
|
||||
module.exports = inline;
|
||||
|
||||
Reference in New Issue
Block a user