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:
@@ -18,7 +18,7 @@ var inline = function (html, filename) {
|
||||
$(element).attr('src', src);
|
||||
});
|
||||
return {
|
||||
html: $.html(),
|
||||
html: $.xml(),
|
||||
files: files
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user