gitweb: Fix up bogus $stylesheet declarations
authorPetr Baudis <pasky@suse.cz>
Thu, 26 Oct 2006 12:41:25 +0000 (14:41 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 28 Oct 2006 00:15:41 +0000 (17:15 -0700)
This seems to be a pre-++ residual declaration and it wasn't good for
anything at all besides flooding the webserver errorlog with "omg, our in
the same scope!!" warnings.

[jc: the patch was bogus by defining the variable which defeated a
later test that checked it with "defined", which I fixed up.]

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found