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