From 0f444d3e2f64dba549900fe2ff53f21ce4ea77d4 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 8 Sep 2008 15:55:44 +0000 Subject: [PATCH] use hl-Title class for titles in :jumps, :autocmd, :viusage and :exusage MOW output --- content/bookmarks.js | 2 +- content/events.js | 4 ++-- content/liberator.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/bookmarks.js b/content/bookmarks.js index 7f51628b..7d5f27ba 100644 --- a/content/bookmarks.js +++ b/content/bookmarks.js @@ -136,7 +136,7 @@ liberator.Bookmarks = function () //{{{ { var sh = getWebNavigation().sessionHistory; var list = ":" + (liberator.util.escapeHTML(liberator.commandline.getCommand()) || "jumps") + "
" + ""; - list += ""; + list += ""; var num = -sh.index; for (var i = 0; i < sh.count; i++) diff --git a/content/events.js b/content/events.js index 1a27b170..ac08d987 100644 --- a/content/events.js +++ b/content/events.js @@ -192,7 +192,7 @@ liberator.AutoCommands = function () //{{{ list: function (auEvent, regex) // arguments are filters (NULL = all) { var flag; - var list = "
jumptitleURI
jumptitleURI
"; + var list = "
---- Auto-Commands ----
"; for (var item in autoCommands) { flag = true; @@ -204,7 +204,7 @@ liberator.AutoCommands = function () //{{{ { if (flag == true) { - list += ""; flag = false; } diff --git a/content/liberator.js b/content/liberator.js index c1e8fc9d..a52e924c 100644 --- a/content/liberator.js +++ b/content/liberator.js @@ -261,7 +261,7 @@ const liberator = (function () //{{{ var usage = "
---- Auto-Commands ----
" + + list += "
" + liberator.util.escapeHTML(item) + "
"; for (let command in liberator.commands) { - usage += ""; } @@ -465,7 +465,7 @@ const liberator = (function () //{{{ var usage = "
:" + + usage += "
:" + liberator.util.escapeHTML(command.name) + "" + liberator.util.escapeHTML(command.description) + "
"; for (let mapping in liberator.mappings) { - usage += ""; }
" + + usage += "
" + liberator.util.escapeHTML(mapping.names[0]) + "" + liberator.util.escapeHTML(mapping.description) + "