turned off reducewhite space as it's killing code blocks

This commit is contained in:
Martin Donnelly 2016-03-02 16:04:57 +00:00
parent e18dbecfab
commit 4a6af762d4

View File

@ -101,7 +101,7 @@ function processBody(body, url) {
obj.url = url;
obj.html = $.html();
obj.reduced = STRING(tdihbody.html()).collapseWhitespace().s;
obj.reduced = STRING(tdihbody.html()).trim().s;
obj.title = STRING(title).collapseWhitespace().s;
busEmitter.emit("saveBookmarkData", obj);