Update of /cvsroot/xoops/xoops-current/html/modules/newbb/blocks
In directory usw-pr-cvs1:/tmp/cvs-serv6771/html/modules/newbb/blocks
Modified Files:
newbb_new.php
Log Message:
line 37 removed valign='top' for have xhtml standard
Index: newbb_new.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/modules/newbb/blocks/newbb_new.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** newbb_new.php 23 Aug 2002 06:31:51 -0000 1.3
--- newbb_new.php 9 Sep 2002 21:15:01 -0000 1.4
***************
*** 35,39 ****
}
if ($xoopsDB->getRowsNum($result) > 0) {
! $block['content'] = "<table border='0' cellpadding='0' cellspacing='0' valign='top' width='100%' class='bg2'><tr><td>\n";
$block['content'] .= "<table width='100%' border='0' cellpadding='4' cellspacing='1'>\n";
$block['content'] .= "<tr class='bg3'>";
--- 35,39 ----
}
if ($xoopsDB->getRowsNum($result) > 0) {
! $block['content'] = "<table border='0' cellpadding='0' cellspacing='0' width='100%' class='bg2'><tr><td>\n";
$block['content'] .= "<table width='100%' border='0' cellpadding='4' cellspacing='1'>\n";
$block['content'] .= "<tr class='bg3'>";
|