From fa1765465e843d7cf1697056d33ed7e60980e3ef Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 28 Sep 2008 06:21:28 +0000 Subject: [PATCH] the ":" prompt should default to using the NORMAL highlight group --- content/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ui.js b/content/ui.js index 3a5ab392..849e0d3e 100644 --- a/content/ui.js +++ b/content/ui.js @@ -191,7 +191,7 @@ liberator.CommandLine = function () //{{{ { promptWidget.collapsed = true; } - promptWidget.setAttribute("class", highlightGroup || liberator.commandline.HL_QUESTION); + promptWidget.setAttribute("class", highlightGroup || liberator.commandline.HL_NORMAL); } // sets the command - e.g. 'tabopen', 'open http://example.com/'