author | Petr Baudis <pasky@suse.cz> | |
Thu, 26 Oct 2006 12:41:25 +0000 (14:41 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 28 Oct 2006 00:15:41 +0000 (17:15 -0700) | ||
commit | 887a612fef942dd3e7dae452e2dc582738b0fb41 | |
tree | 92bb423d320263fa696e52b001bee2da533dc5c3 | tree | snapshot |
parent | 36889a5078767be8cc0189c10d235dda327c6a30 | commit | diff |
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>
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 | diff | blob | history |