From 6cf361b78956be00884681a54887f93878e2b1c5 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Sun, 2 Sep 2007 14:12:03 +0000 Subject: [PATCH] added the vimperator logo to the help file --- chrome/content/vimperator/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/vimperator/help.js b/chrome/content/vimperator/help.js index 7bbb4a92..bbd1cf83 100644 --- a/chrome/content/vimperator/help.js +++ b/chrome/content/vimperator/help.js @@ -137,7 +137,7 @@ vimperator.help = function(section, easter) //{{{ return ret; } - var header = '

Vimperator

\n' + + var header = '

Vimperator

\n' + '

First there was a Navigator, then there was an Explorer.\n' + 'Later it was time for a Konqueror. Now it\'s time for an Imperator, the VIMperator :)

\n';