tuning link text

This commit is contained in:
soulgalore 2022-03-25 09:26:14 +01:00
parent f94763671f
commit 29a5bae2e2
1 changed files with 2 additions and 3 deletions

View File

@ -177,7 +177,7 @@ module.exports = {
osInfo = `${linux.dist} ${linux.release}`;
}
json.friendlyHTML += options.browsertime.docker
? ' using Docker ' + osInfo
? ' using Docker ' + osInfo + '.'
: ' on ' + osInfo + '.';
}
@ -189,8 +189,7 @@ module.exports = {
this.alias[message.url]
) + 'index.html';
json.friendlyHTML +=
' <a href="' + resultURL + '">View result</a>.';
json.friendlyHTML += ' [<a href="' + resultURL + '">result</a>].';
json.result = resultURL;
}