Index: class.tx_cssstyledcontent_pi1.php =================================================================== RCS file: /cvsroot/typo3/TYPO3core/typo3/sysext/css_styled_content/pi1/class.tx_cssstyledcontent_pi1.php,v retrieving revision 1.4 diff -u -r1.4 class.tx_cssstyledcontent_pi1.php --- class.tx_cssstyledcontent_pi1.php 4 Oct 2005 11:58:22 -0000 1.4 +++ class.tx_cssstyledcontent_pi1.php 18 Oct 2005 11:16:38 -0000 @@ -163,7 +163,7 @@ if (!strcmp(trim($cells[$a]),'')) $cells[$a]=' '; $cellAttribs = ($a>0 && ($cols-1)==$a) ? ' class="td-last"' : ' class="td-'.$a.'"'; $newCells[$a] = ' -

'.$this->cObj->stdWrap($cells[$a],$conf['innerStdWrap.']).'

'; + '.$this->cObj->stdWrap($cells[$a],$conf['innerStdWrap.']).''; } $oddEven = $k%2 ? 'tr-odd' : 'tr-even';