mirror of
https://github.com/panosoft/inline-html
synced 2026-01-14 05:24:29 -08:00
Fixed bug where <br/> was returned as <br>.
This commit is contained in:
@@ -57,7 +57,7 @@ var inline = co.wrap(function * (html, filename, options) {
|
||||
}));
|
||||
|
||||
return {
|
||||
html: $.html(),
|
||||
html: $.xml(),
|
||||
files: files
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user