From 9c89143be9f3ed60b09260f58932f77254365bce Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 3 Sep 2007 14:18:45 +0000 Subject: [PATCH] remove blank line after logo in help page --- 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 0e8bd6b7..3f5a5767 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

' + '

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 :)

';