1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 00:27:57 +01:00

fixed :ver

This commit is contained in:
Martin Stubenschrott
2008-03-02 13:11:11 +00:00
parent a5d25f00c8
commit 420358f47d

View File

@@ -335,7 +335,7 @@ const vimperator = (function () //{{{
vimperator.open("about:");
else
vimperator.echo(":" + vimperator.util.escapeHTML(vimperator.commandline.getCommand()) + "\n" +
vimperator.config.hostApplication + " " + vimperator.version +
vimperator.config.name + " " + vimperator.version +
" running on:\n" + navigator.userAgent);
});