1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 15:48:00 +01:00

remove blank line after logo in help page

This commit is contained in:
Doug Kearns
2007-09-03 14:18:45 +00:00
parent 454f4a4efb
commit 9c89143be9

View File

@@ -137,7 +137,7 @@ vimperator.help = function(section, easter) //{{{
return ret; return ret;
} }
var header = '<h1><img src="chrome://vimperator/content/logo_white.png" alt="Vimperator"></h1>\n' + var header = '<h1><img src="chrome://vimperator/content/logo_white.png" alt="Vimperator"></h1>' +
'<p class="tagline">First there was a Navigator, then there was an Explorer.\n' + '<p class="tagline">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 :)</p>'; 'Later it was time for a Konqueror. Now it\'s time for an Imperator, the VIMperator :)</p>';