1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 20:17:58 +01:00

commited help typos

This commit is contained in:
Martin Stubenschrott
2007-05-20 15:52:37 +00:00
parent f07b29beac
commit 84180faa7a
4 changed files with 174 additions and 107 deletions

View File

@@ -91,11 +91,11 @@ function help(section, easter)
else
ret += "Sorry, no help available";
// the tags which are printed on the top right
//ret += '<tr class="tag"><td colspan="1">====================================';
ret += '</td><td class="tag" valign="top">';
for (var j=0; j < commands[i][COMMANDS].length; j++)
var names = command_names(commands[i]);
for (var j=0; j < names.length; j++)
{
var cmd_name = commands[i][COMMANDS][j];
var cmd_name = names[j];
cmd_name = cmd_name.replace(/</g, "&lt;");
cmd_name = cmd_name.replace(/>/g, "&gt;");
// cmd_name = cmd_name.replace(/"/g, "&quot;");