aboutsummaryrefslogtreecommitdiffstats
path: root/year.php
diff options
context:
space:
mode:
authorfenner <fenner>2002-11-27 21:55:02 +0000
committerfenner <fenner>2002-11-27 21:55:02 +0000
commit04803da08bf9676a9b732ecce61ec9850c9c18c1 (patch)
tree6e0a17926e7512204ac7acd550d15e1ed5297c5a /year.php
parentad4b3af658ce9906a192164bdb4e00ad4f8acb39 (diff)
downloadphpicalendar-04803da08bf9676a9b732ecce61ec9850c9c18c1.tar.gz
phpicalendar-04803da08bf9676a9b732ecce61ec9850c9c18c1.tar.bz2
phpicalendar-04803da08bf9676a9b732ecce61ec9850c9c18c1.zip
Close the font tag for weekday names.
Close and re-open the rows in the outer table.
Diffstat (limited to 'year.php')
-rw-r--r--year.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/year.php b/year.php
index adacdb6..2f94624 100644
--- a/year.php
+++ b/year.php
@@ -96,7 +96,7 @@ $thisday2 = localizeDate($dateFormat_week_list, $unix_time);
for ($i=0; $i<7; $i++) {
$day_num = date("w", $start_day);
$day = $daysofweekshort_lang[$day_num];
- print '<td width="30" height="14" class="dateback" align="center"><font class="V9BOLD">' . $day . '</td>' . "\n";
+ print '<td width="30" height="14" class="dateback" align="center"><font class="V9BOLD">' . $day . '</font></td>' . "\n";
$start_day = strtotime("+1 day", $start_day);
}
?>
@@ -169,12 +169,13 @@ $thisday2 = localizeDate($dateFormat_week_list, $unix_time);
$n++;
if (($m == 3) && ($n < 12)) {
$m = 0;
- echo '<tr>';
+ echo '</tr><tr>';
echo '<td colspan="5"><img src="images/spacer.gif" width="1" height="20" alt=""></td>';
- echo '</tr>';
+ echo '</tr><tr>';
}
} while (($m < 3) && ($n < 12));
?>
+</tr>
</table>
<?php include (BASE.'includes/footer.inc.php'); ?>
</center>

© 2014-2024 Faster IT GmbH | imprint | privacy policy