gitweb.js: fix padLeftStr() and its usage
authorStephen Boyd <bebarino@gmail.com>
Wed, 25 Nov 2009 03:51:40 +0000 (19:51 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Nov 2009 08:06:32 +0000 (00:06 -0800)
It seems that in Firefox-3.5 inserting &nbsp; with javascript inserts the
literal &nbsp; instead of a space. Fix this by inserting the unicode
representation for &nbsp; instead.

Also fix the off-by-one error in the padding calculation that was
causing one less space to be inserted than was requested by the caller.

Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Cc: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found