Update console.html

This commit is contained in:
Namhyeon Go 2024-11-08 03:32:22 +09:00
parent 1c77b640dd
commit 7810e85dec

View File

@ -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 {