mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:17:59 +01:00
use hl-Title class for titles in :jumps, :autocmd, :viusage and :exusage MOW
output
This commit is contained in:
@@ -261,7 +261,7 @@ const liberator = (function () //{{{
|
||||
var usage = "<table>";
|
||||
for (let command in liberator.commands)
|
||||
{
|
||||
usage += "<tr><td style='color: magenta; padding-right: 20px'> :" +
|
||||
usage += "<tr><td style=\"padding-right: 20px\" class=\"hl-Title\"> :" +
|
||||
liberator.util.escapeHTML(command.name) + "</td><td>" +
|
||||
liberator.util.escapeHTML(command.description) + "</td></tr>";
|
||||
}
|
||||
@@ -465,7 +465,7 @@ const liberator = (function () //{{{
|
||||
var usage = "<table>";
|
||||
for (let mapping in liberator.mappings)
|
||||
{
|
||||
usage += "<tr><td style='color: magenta; padding-right: 20px'> " +
|
||||
usage += "<tr><td style=\"padding-right: 20px\" class=\"hl-Title\"> " +
|
||||
liberator.util.escapeHTML(mapping.names[0]) + "</td><td>" +
|
||||
liberator.util.escapeHTML(mapping.description) + "</td></tr>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user