turned off reducewhite space as it's killing code blocks
This commit is contained in:
parent
e18dbecfab
commit
4a6af762d4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user