diff --git a/rem2html/rem2html.in b/rem2html/rem2html.in index 5fc3a108..369df570 100644 --- a/rem2html/rem2html.in +++ b/rem2html/rem2html.in @@ -767,9 +767,11 @@ sub output_calendar # Start the table my $class; if ($Options{nostyle}) { - print '' . "\n"; - print ''; + print '
' . - $Month . ' ' . $Year . '
'; + if ($type eq 'monthly') { + print ""; + } + print "\n"; $class = ' width="14%"'; } else { if ($type eq 'monthly') {
$Month $Year