mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:37:59 +01:00
use hl-Title class for titles in :jumps, :autocmd, :viusage and :exusage MOW
output
This commit is contained in:
@@ -192,7 +192,7 @@ liberator.AutoCommands = function () //{{{
|
||||
list: function (auEvent, regex) // arguments are filters (NULL = all)
|
||||
{
|
||||
var flag;
|
||||
var list = "<table><tr><td style='font-weight: bold;' colspan='2'>---- Auto-Commands ----</td></tr>";
|
||||
var list = "<table><tr><td class=\"hl-Title\" colspan=\"2\">---- Auto-Commands ----</td></tr>";
|
||||
for (var item in autoCommands)
|
||||
{
|
||||
flag = true;
|
||||
@@ -204,7 +204,7 @@ liberator.AutoCommands = function () //{{{
|
||||
{
|
||||
if (flag == true)
|
||||
{
|
||||
list += "<tr><td style='font-weight: bold;' colspan='2'>" +
|
||||
list += "<tr><td class=\"hl-Title\" colspan=\"2\">" +
|
||||
liberator.util.escapeHTML(item) + "</td></tr>";
|
||||
flag = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user