Skip to content

Commit

Permalink
removed newline
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed May 22, 2012
1 parent 521aa49 commit 80b94eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/check_basicheaders
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ sub hook_data_post {
$self->log(LOGINFO, "fail: no date");
return ($deny, "We require a valid Date header");
};
chomp $date;

my $err_msg = $self->invalid_date_range($date);
if ( $err_msg ) {
Expand Down

0 comments on commit 80b94eb

Please sign in to comment.