mirror of
https://github.com/KevinMidboe/inline-html.git
synced 2026-02-02 14:35:56 +00: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