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:
@@ -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 + " </td><td>" +
|
||||
str += "<tr><td> " + item + " </td><td>" +
|
||||
vimperator.util.escapeHTML(macroRef[item]) + "</td></tr>";
|
||||
|
||||
str += "</table>";
|
||||
|
||||
Reference in New Issue
Block a user