Index: typo3/sysext/tsconfig_help/mod1/index.php =================================================================== --- typo3/sysext/tsconfig_help/mod1/index.php (revision 5378) +++ typo3/sysext/tsconfig_help/mod1/index.php (working copy) @@ -95,7 +95,7 @@ if ($access || $BE_USER->user['admin']) { - $this->doc->form = '
'; + $this->doc->form = ''; // JavaScript $this->doc->JScode = ' @@ -186,9 +186,9 @@ $content = '
'.$LANG->getLL('referenceExplanation').'
'; $content .= '

'.$LANG->getLL('referenceExplanationDetailed').'


'; $this->content .= $this->doc->section($LANG->getLL('displayReferences'),$content,0,1); - $this->content .= ' TSREF
'; - $this->content .= ' USER TSCONFIG
'; - $this->content .= ' PAGE TSCONFIG
'; + $this->content .= 'TSref reference TSREF
'; + $this->content .= 'TSref reference USER TSCONFIG
'; + $this->content .= 'TSref reference PAGE TSCONFIG
'; break; case 2: