diff --git a/content/commands.js b/content/commands.js index cd24d986..05511eb2 100644 --- a/content/commands.js +++ b/content/commands.js @@ -1445,7 +1445,7 @@ vimperator.Commands = function () //{{{ var str = ""; var macroRef = vimperator.events.getMacros(arg); for (var item in macroRef) - str += ""; str += "
\"" + item + "   " + + str += "
" + item + "   " + vimperator.util.escapeHTML(macroRef[item]) + "
";