diff options
author | bugzilla%glob.com.au <> | 2006-06-27 20:58:51 +0000 |
---|---|---|
committer | bugzilla%glob.com.au <> | 2006-06-27 20:58:51 +0000 |
commit | 619f441accf1b12758aa513ed06a457d7f193138 (patch) | |
tree | 69465a89e98e350870dac1064ec5a9ecda8c92f2 /sanitycheck.cgi | |
parent | 49449152d181d37f554a1b6e44836384d3c54b3d (diff) | |
download | bugs-619f441accf1b12758aa513ed06a457d7f193138.tar bugs-619f441accf1b12758aa513ed06a457d7f193138.tar.gz bugs-619f441accf1b12758aa513ed06a457d7f193138.tar.bz2 bugs-619f441accf1b12758aa513ed06a457d7f193138.tar.xz bugs-619f441accf1b12758aa513ed06a457d7f193138.zip |
Bug 341495: Merge the banner and header
Patch by Byron Jones <bugzilla@glob.com.au> r=LpSolit,kevin.benton a=justdave
Diffstat (limited to 'sanitycheck.cgi')
-rwxr-xr-x | sanitycheck.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sanitycheck.cgi b/sanitycheck.cgi index 500c6a863..f0f794194 100755 --- a/sanitycheck.cgi +++ b/sanitycheck.cgi @@ -95,7 +95,7 @@ print $cgi->header(); my @row; -$template->put_header("Bugzilla Sanity Check"); +$template->put_header("Sanity Check"); ########################################################################### # Fix vote cache |