X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom.git;a=blobdiff_plain;f=blosxom.cgi;h=bba92f18a07e149f5516054e10f088d048b9e713;hp=f45aff7d262d3b4c8c5bf427d1c86b2acbe71045;hb=21e1a6a3689fc99525aa3a1d3c5948aad2a2de08;hpb=1fda4e76f5ad09d00e53a478bf694b47c32809f4 diff --git a/blosxom.cgi b/blosxom.cgi index f45aff7..bba92f1 100755 --- a/blosxom.cgi +++ b/blosxom.cgi @@ -547,7 +547,7 @@ sub generate { } # End skip # Finally, add the header, if any and running dynamically - $static_or_dynamic eq 'dynamic' and $header and $output = header($header) . $output; + $output = header($header) . $output if ($static_or_dynamic eq 'dynamic' and $header); $output; }