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

list :macros as a instead of "a

This commit is contained in:
Martin Stubenschrott
2008-01-20 23:14:59 +00:00
parent 591b5fb6be
commit 6f7ae23530

View File

@@ -1445,7 +1445,7 @@ vimperator.Commands = function () //{{{
var str = "<table>";
var macroRef = vimperator.events.getMacros(arg);
for (var item in macroRef)
str += "<tr><td>\"" + item + " &nbsp; </td><td>" +
str += "<tr><td> " + item + " &nbsp; </td><td>" +
vimperator.util.escapeHTML(macroRef[item]) + "</td></tr>";
str += "</table>";