Skip to content

Commit

Permalink
Work on configurable HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
- committed Oct 10, 2012
1 parent 591d837 commit 6b03d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2/html/t/config.t
Expand Up @@ -64,7 +64,7 @@ my $long_round_trip_file = do {
${$long_round_trip_ref};
};

my $datestamp_re = qr/ ^ \s* [#] \s+ The \s+ date \s+ of \s+ generation \s+ was \s+ .* $/xms;
my $datestamp_re = qr/ ^ \s* [#] \s+ The \s+ date \s+ of \s+ generation \s+ was [^\n]* /xms;
$current_file =~ s/$datestamp_re/[ DATESTAMP ]/xms;
$short_round_trip_file =~ s/$datestamp_re/[ DATESTAMP ]/xms;
$long_round_trip_file =~ s/$datestamp_re/[ DATESTAMP ]/xms;
Expand Down

0 comments on commit 6b03d6c

Please sign in to comment.