diff --git a/chrome/content/vimperator/help.js b/chrome/content/vimperator/help.js index cb8f6676..4efedf0a 100644 --- a/chrome/content/vimperator/help.js +++ b/chrome/content/vimperator/help.js @@ -111,7 +111,7 @@ function help(section, easter) function makeOptionsHelpString(command) { var ret = ""; - ret = command.type + ' (default: ">'; + ret = command.type + ' (default: '; if (command.type == "boolean") { if(command.default_value == true)