From: <cl...@us...> - 2003-11-17 19:49:09
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1:/tmp/cvs-serv18923 Modified Files: month.php Log Message: Closed a missing </div> tag. Index: month.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/month.php,v retrieving revision 1.100 retrieving revision 1.101 diff -C2 -d -r1.100 -r1.101 *** month.php 16 Nov 2003 06:09:09 -0000 1.100 --- month.php 17 Nov 2003 19:48:05 -0000 1.101 *************** *** 145,148 **** --- 145,149 ---- } } + echo '</div>'; echo '</td>'; } else { |