From: <w4...@us...> - 2002-09-10 07:04:25
|
Update of /cvsroot/xoops/xoops-current/html/modules/system/blocks In directory usw-pr-cvs1:/tmp/cvs-serv14443/html/modules/system/blocks Modified Files: system_blocks.php Log Message: removed line 145 $block['content'] .= "<tr><td colspan='2'>"; for xhtml standard Index: system_blocks.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/system/blocks/system_blocks.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** system_blocks.php 25 Aug 2002 15:26:00 -0000 1.4 --- system_blocks.php 10 Sep 2002 07:04:19 -0000 1.5 *************** *** 143,147 **** if ($prev_caption != $userinfo['groupname']) { $prev_caption = $userinfo['groupname']; - $block['content'] .= "<tr><td colspan='2'>"; $block['content'] .= "<small>"; $block['content'] .= "<b>".$myts->makeTboxData4Show($prev_caption)."</b>"; --- 143,146 ---- |