commit a317eb71d52d38b38bc62298421556cc923f80dd
parent 1a0d04d8b7d4cdd8e2266e16e128f963afabe23a
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Wed, 9 Oct 2019 17:02:49 -0400
Remove blank line at start of <code> element
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tuptime-update.pl b/tuptime-update.pl
@@ -34,7 +34,7 @@ while (my $row = <$fh>) {
if ($tr->find_by_tag_name('pre')) {
$inPreFlag = 1;
print "Entering pre\n";
- print $out "<pre><code>\n";
+ print $out "<pre><code>";
next;
}
# Check if we have printed out every line from the output of tuptime