]> Lady’s Gitweb - Gitweb/commit
gitweb: Fix up bogus $stylesheet declarations
authorPetr Baudis <redacted>
Thu, 26 Oct 2006 12:41:25 +0000 (14:41 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
commita6f033e623af9af58cc41ee405ac82cb7443801900da2e16241608c9cf85b237
tree8926b04462988143ee825b3395b2bab5b1a7d0f2d53298437b5874dcfbb5a627
parentc9996d4b02eb94decb55521f05da1ee48011a3a8ad5b467917314545b38c083c
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.217569 seconds and 4 git commands to generate.