From fc7cae257585ed68b3de053cc8d253090df18507 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 17 Jun 2007 11:56:35 +0000 Subject: [PATCH] fix typo in previous commit --- chrome/content/vimperator/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)