diff --git a/console.html b/console.html index 4c1134a..55743f4 100644 --- a/console.html +++ b/console.html @@ -424,7 +424,7 @@ var base_domain = (function(s) { return s.split("/")[2]; })(x.base_url); - term.echo("< [[!;;;;" + x.url + ";{}]" + x.title + " from " + base_domain + "]: " + x.description); + term.echo("< [[!;;;;" + x.url + ";{}]" + x.title.trim() + " (" + base_domain + ")]: " + x.description.trim()); } }); } else {