From: <cl...@us...> - 2004-05-16 17:39:06
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15509/templates/default Modified Files: rss_index.tpl Log Message: RSS XHTML validation and bug fixes. Index: rss_index.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/rss_index.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rss_index.tpl 15 May 2004 02:42:17 -0000 1.2 --- rss_index.tpl 16 May 2004 17:38:56 -0000 1.3 *************** *** 1,7 **** {HEADER} <center> ! <table border="0" width="520" cellspacing="0" cellpadding="0"> <tr> ! <td width="520" valign="top" align="center"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="calborder"> <tr> --- 1,7 ---- {HEADER} <center> ! <table border="0" width="700" cellspacing="0" cellpadding="0"> <tr> ! <td width="700" valign="top" align="center"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="calborder"> <tr> *************** *** 27,31 **** </tr> <tr> ! <td class="dayborder"><img src="../images/spacer.gif" width="1" height="5" alt=" "></td> </tr> <tr> --- 27,31 ---- </tr> <tr> ! <td class="dayborder"><img src="../images/spacer.gif" width="1" height="5" alt=" " /></td> </tr> <tr> *************** *** 49,53 **** </tr> </table> ! <table width="520" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="tbll"><img src="../images/spacer.gif" alt="" width="8" height="4" /></td> --- 49,53 ---- </tr> </table> ! <table width="700" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="tbll"><img src="../images/spacer.gif" alt="" width="8" height="4" /></td> |