Skip to content

Commit

Permalink
Update console.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 committed Nov 7, 2024
1 parent 1c77b64 commit 7810e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console.html
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ <h1>Caterpillar Proxy Console</h1>
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 {
Expand Down

0 comments on commit 7810e85

Please sign in to comment.