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

whitespace fixes

This commit is contained in:
Doug Kearns
2007-11-22 15:10:59 +00:00
parent 1236da4b4c
commit dbc37525e6
3 changed files with 3 additions and 3 deletions

View File

@@ -1078,7 +1078,7 @@ vimperator.Commands = function () //{{{
{
usage: ["qma[rk] {a-zA-Z0-9} [url]"],
shortHelp: "Mark a URL with a letter for quick access",
help: "You can also mark whole groups like this: <br/>"+
help: "You can also mark whole groups like this: <br/>" +
"<code class=\"command\">:qmark f http://forum1.com, http://forum2.com, imdb some artist</code>"
}
));