aboutsummaryrefslogtreecommitdiffstats
path: root/year.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-19 03:53:42 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-19 03:53:42 +0000
commitf490656d622a451c640df52c3369f953409f5498 (patch)
treec7bb8dab214940463bf43b1995b4c8cc4c790d9d /year.php
parentbbb22053a798b670320c1ee4c400d323424cf8ab (diff)
downloadphpicalendar-f490656d622a451c640df52c3369f953409f5498.tar.gz
phpicalendar-f490656d622a451c640df52c3369f953409f5498.tar.bz2
phpicalendar-f490656d622a451c640df52c3369f953409f5498.zip
Fixed month linking (extra ").
Diffstat (limited to 'year.php')
-rw-r--r--year.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/year.php b/year.php
index 2b514cd..ff364fb 100644
--- a/year.php
+++ b/year.php
@@ -81,7 +81,7 @@ $thisday2 = localizeDate($dateFormat_week_list, $unix_time);
$monthlink = date("Ym", $startYear);
$monthlink = $monthlink . $this_day;
?>
- <td align="center" class="sideback"><?php echo '<a class="ps3" "href="month.php?cal=' . $cal . '&getdate=' . $monthlink . '">'; ?><font class="G10BOLD"><?php print (localizeDate ($dateFormat_month, $startYear)); ?></font></a></td>
+ <td align="center" class="sideback"><?php echo '<a class="ps3" href="month.php?cal=' . $cal . '&getdate=' . $monthlink . '">'; ?><font class="G10BOLD"><?php print (localizeDate ($dateFormat_month, $startYear)); ?></font></a></td>
<td width="1" class="sideback"></td>
</tr>
</table>

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