mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-13 07:55:45 +01:00
use the hl-Title class for the completion widget title
This commit is contained in:
@@ -203,7 +203,7 @@ liberator.Addressbook = function () //{{{
|
||||
else
|
||||
{
|
||||
var list = ":" + liberator.util.escapeHTML(liberator.commandline.getCommand()) + "<br/>" +
|
||||
"<table><tr align=\"left\" class=\"hl-Title\"><th>Name</th><th>Address</th></tr>";
|
||||
"<table><tr class=\"hl-Title\" align=\"left\"><th>Name</th><th>Address</th></tr>";
|
||||
for (var i = 0; i < addresses.length; i++)
|
||||
{
|
||||
var displayName = liberator.util.escapeHTML(liberator.util.clip(addresses[i][0], 50));
|
||||
|
||||
Reference in New Issue
Block a user