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:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user