Update of /cvsroot/xoops/xoops-current/html/modules/xoopspoll
In directory usw-pr-cvs1:/tmp/cvs-serv16445/html/modules/xoopspoll
Modified Files:
index.php
Log Message:
removed the valign='top' for xhtml standard
Index: index.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/modules/xoopspoll/index.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** index.php 4 Aug 2002 19:36:00 -0000 1.3
--- index.php 10 Sep 2002 07:10:48 -0000 1.4
***************
*** 53,57 ****
$polls_count = count($polls_arr);
$max = ( $polls_count > $limit ) ? $limit : $polls_count;
! echo "<table border='0' cellpadding='0' cellspacing='0' valign='top' width='100%'><tr><td class='bg2'>
<table width='100%' border='0' cellpadding='4' cellspacing='1'>
<tr class='bg3'><td><b>"._PL_POLLQUESTION."</b></td><td align='center'><b>"._PL_VOTERS."</b></td><td align='center'><b>"._PL_VOTES."</b></td><td align='center'><b>"._PL_EXPIRATION."</b></td><td> </td></tr>";
--- 53,57 ----
$polls_count = count($polls_arr);
$max = ( $polls_count > $limit ) ? $limit : $polls_count;
! echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr><td class='bg2'>
<table width='100%' border='0' cellpadding='4' cellspacing='1'>
<tr class='bg3'><td><b>"._PL_POLLQUESTION."</b></td><td align='center'><b>"._PL_VOTERS."</b></td><td align='center'><b>"._PL_VOTES."</b></td><td align='center'><b>"._PL_EXPIRATION."</b></td><td> </td></tr>";
|