diff options
| -rw-r--r-- | calendar.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar.php b/calendar.php index 715a1e2642..3b0391e4e0 100644 --- a/calendar.php +++ b/calendar.php @@ -107,7 +107,7 @@ $today_month=$today->Format('%O'); // Invalid dates? Go to monthly view, where they'll be found. if ($cal_date->d>$days_in_month && $action=='today') $action='calendar'; -echo "<div>"; +echo '<div id="calendar-page">'; // Calendar form echo '<form name="dateform" method="get" action="calendar.php">'; @@ -526,7 +526,7 @@ case 'calendar': echo '</table>'; break; } -echo '</div>'; +echo '</div>'; //close "calendar-page" ///////////////////////////////////////////////////////////////////////////////// // Filter a list of facts |
