diff --git a/www/rem2html b/www/rem2html
index 1d65c467..6b15c76c 100755
--- a/www/rem2html
+++ b/www/rem2html
@@ -362,7 +362,6 @@ sub output_calendar
# Last column
my $last_col = ($first_col + $Numdays - 1) % 7;
-
# Start the table
my $class;
if ($Options{'nostyle'}) {