diff --git a/typo3/sysext/css_styled_content/Classes/Controller/CssStyledContentController.php b/typo3/sysext/css_styled_content/Classes/Controller/CssStyledContentController.php index 8ab3fa2c302413ac3c3465b67d3dd3348407380f..06b0b54f301b2f298f3c9c34b7a64ca5628dbddd 100644 --- a/typo3/sysext/css_styled_content/Classes/Controller/CssStyledContentController.php +++ b/typo3/sysext/css_styled_content/Classes/Controller/CssStyledContentController.php @@ -137,7 +137,7 @@ class CssStyledContentController extends \TYPO3\CMS\Frontend\Plugin\AbstractPlug $newCells[$a] = '<td' . $accessibleHeader . '>' . $this->cObj->stdWrap($cells[$a], $conf['innerStdWrap.']) . '</td>'; } } - $rows[$k] = '<tr' . $rowAttribs . '>' . implode('', $newCells) . '</tr>'; + $rows[$k] = '<tr>' . implode('', $newCells) . '</tr>'; } $addTbody = 0; $tableContents = '';