Index: t3lib/class.t3lib_tceforms_fe.php =================================================================== --- t3lib/class.t3lib_tceforms_fe.php (revision 8742) +++ t3lib/class.t3lib_tceforms_fe.php (revision ) @@ -1,40 +1,40 @@  ' . $content['NAME'] . ''; $iRow[] = '' . - '' . + '' . - '' . + '' . - '' . $content['ITEM'] . $content['HELP_ICON'] . ''; + '' . $content['ITEM'] . $content['HELP_ICON'] . ''; } $out = '' . implode('', $hRow) . ' @@ -127,7 +126,7 @@ '; } - /** + /** * Includes a javascript library that exists in the core /typo3/ directory. The * backpath is automatically applied. * This method adds the library to $GLOBALS['TSFE']->additionalHeaderData[$lib]. @@ -151,11 +150,11 @@ * @return string $relation: value for the rel attribute of the link element * @return void */ - public function addStyleSheet($key, $href, $title='', $relation='stylesheet') { + public function addStyleSheet($key, $href, $title = '', $relation = 'stylesheet') { /** @var $pageRenderer t3lib_PageRenderer */ $pageRenderer = $GLOBALS['TSFE']->getPageRenderer(); $pageRenderer->addCssFile($this->prependBackPath($href), $relation, 'screen', $title); - } + } /** * Initializes an anonymous template container.