gitweb: Fix up bogus $stylesheet declarations
commit887a612fef942dd3e7dae452e2dc582738b0fb41
authorPetr Baudis <pasky@suse.cz>
Thu, 26 Oct 2006 12:41:25 +0000 (26 14:41 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 28 Oct 2006 00:15:41 +0000 (27 17:15 -0700)
tree92bb423d320263fa696e52b001bee2da533dc5c3
parent36889a5078767be8cc0189c10d235dda327c6a30
gitweb: Fix up bogus $stylesheet declarations

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>
gitweb/gitweb.perl