---
modules/help.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/modules/help.js b/modules/help.js
index 29e96e2..9bb4839 100644
--- a/modules/help.js
+++ b/modules/help.js
@@ -242,10 +242,9 @@ apropos_command_buffer.prototype = {
tr.setAttribute("class", (i % 2 == 0) ? "even" : "odd");
var command_td = d.createElementNS(XHTML_NS,"td");
- command_td.setAttribute("class", "command");
+ g.command_reference(binding.name, command_td);
var shortdoc = "";
- command_td.textContent = binding.name;
if (binding.cmd.shortdoc != null)
shortdoc = binding.cmd.shortdoc;
tr.appendChild(command_td);
--
1.5.2.5
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror