diff --git a/content/buffer.js b/content/buffer.js index e763377d..ebfe4634 100644 --- a/content/buffer.js +++ b/content/buffer.js @@ -1061,7 +1061,7 @@ function Buffer() //{{{ nFeed++; var type = feedTypes[feed.type] || feedTypes["application/rss+xml"]; if (verbose) - yield [feed.title, template.highlightURL(feed.href, true) + \u00a0({type})]; + yield [feed.title, template.highlightURL(feed.href, true) +  ({type})]; } } } diff --git a/content/liberator.js b/content/liberator.js index f68cb907..e8e1060f 100644 --- a/content/liberator.js +++ b/content/liberator.js @@ -438,9 +438,9 @@ const liberator = (function () //{{{ Code execution summary - \u00a0\u00a0Executed:{count}times - \u00a0\u00a0Average time:{each.toFixed(2)}{eachUnits} - \u00a0\u00a0Total time:{total.toFixed(2)}{totalUnits} +   Executed:{count}times +   Average time:{each.toFixed(2)}{eachUnits} +   Total time:{total.toFixed(2)}{totalUnits} ); commandline.echo(str, commandline.HL_NORMAL, commandline.FORCE_MULTILINE); }