mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Avoid "use of uninitialized variable"
This commit is contained in:
@@ -767,9 +767,11 @@ sub output_calendar
|
|||||||
# Start the table
|
# Start the table
|
||||||
my $class;
|
my $class;
|
||||||
if ($Options{nostyle}) {
|
if ($Options{nostyle}) {
|
||||||
print '<table width="100%" border="1" cellspacing=\"0\"><caption>' .
|
print '<table width="100%" border="1" cellspacing="0">';
|
||||||
$Month . ' ' . $Year . '</caption>' . "\n";
|
if ($type eq 'monthly') {
|
||||||
print '<tr>';
|
print "<caption>$Month $Year </caption>";
|
||||||
|
}
|
||||||
|
print "\n<tr>";
|
||||||
$class = ' width="14%"';
|
$class = ' width="14%"';
|
||||||
} else {
|
} else {
|
||||||
if ($type eq 'monthly') {
|
if ($type eq 'monthly') {
|
||||||
|
|||||||
Reference in New Issue
Block a user