mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-24 18:03:32 +01:00
Fix listing of contacts with :contacts.
This commit is contained in:
@@ -202,7 +202,7 @@ function Addressbook() //{{{
|
|||||||
}
|
}
|
||||||
else
|
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>";
|
"<table><tr class=\"hl-Title\" align=\"left\"><th>Name</th><th>Address</th></tr>";
|
||||||
for (let i = 0; i < addresses.length; i++)
|
for (let i = 0; i < addresses.length; i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user