mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-05 01:05:46 +01:00
Fix :version output
This commit is contained in:
@@ -528,9 +528,7 @@ const liberator = (function () //{{{
|
||||
if (args.bang)
|
||||
liberator.open("about:");
|
||||
else
|
||||
liberator.echo(":" + util.escapeHTML(commandline.getCommand()) + "\n" +
|
||||
config.name + " " + liberator.version +
|
||||
" running on:\n" + navigator.userAgent);
|
||||
liberator.echo(template.generic(<>{config.name} {liberator.version} running on:<br/>{navigator.userAgent}</>));
|
||||
},
|
||||
{
|
||||
argCount: "0",
|
||||
|
||||
Reference in New Issue
Block a user