diff --git a/content/commands.js b/content/commands.js
index fb2f05e4..190546d8 100644
--- a/content/commands.js
+++ b/content/commands.js
@@ -670,8 +670,12 @@ liberator.Commands = function () //{{{
var str = ":" + liberator.util.escapeHTML(liberator.commandline.getCommand()) + "
" +
"
| Name | Args | Definition |
|---|---|---|
| " + cmdlist[i].name + " | " + "*" + " | " + liberator.util.escapeHTML(cmdlist[i].replacementText) + " |
| " + cmdlist[i].name + " | " + "*" + " | " + liberator.util.escapeHTML(cmdlist[i].replacementText || "function () { ... }") + " |