1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-06 18:05:45 +01:00

Fix listing of contacts with :contacts.

This commit is contained in:
Doug Kearns
2009-06-11 02:23:34 +10:00
parent 2553cb6fcf
commit 494a6c9478

View File

@@ -202,7 +202,7 @@ function Addressbook() //{{{
}
else
{
let list = ":" + util.escapeHTML(commandline.getCommand()) + "<br/>" +
let list = ":" + util.escapeHTML(commandline.command) + "<br/>" +
"<table><tr class=\"hl-Title\" align=\"left\"><th>Name</th><th>Address</th></tr>";
for (let i = 0; i < addresses.length; i++)
{