From 4c29333f65111f1166fb688347004f24059c02ba Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 10 Oct 2008 11:13:07 +0000 Subject: [PATCH] readd trailing ".html" to help file names in the status line to mimic Vim --- content/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ui.js b/content/ui.js index 3bb2ad72..34e4b38d 100644 --- a/content/ui.js +++ b/content/ui.js @@ -1524,7 +1524,7 @@ liberator.StatusLine = function () //{{{ } else { - url = url.replace(new RegExp("^chrome://liberator/locale/(\\S+)\\.html$"), "$1 [Help]"); + url = url.replace(RegExp("^chrome://liberator/locale/(\\S+\\.html)$"), "$1 [Help]"); } // when session information is available, add [+] when we can go backwards