Index: typo3/sysext/version/ws/index.php =================================================================== --- typo3/sysext/version/ws/index.php (Revision 8801) +++ typo3/sysext/version/ws/index.php (Arbeitskopie) @@ -444,7 +444,7 @@ default: $title = t3lib_iconWorks::getIconImage('sys_workspace', $GLOBALS['BE_USER']->workspaceRec, $this->doc->backPath, ' align="top"'). '['.$GLOBALS['BE_USER']->workspace.'] '.t3lib_BEfunc::getRecordTitle('sys_workspace',$GLOBALS['BE_USER']->workspaceRec,TRUE); - $description = ($GLOBALS['BE_USER']->workspaceRec['description'] ? htmlspecialchars($GLOBALS['BE_USER']->workspaceRec['description']) : '[' . $LANG->getLL('shortcut_noWSfound') . ']'); + $description = $GLOBALS['BE_USER']->workspaceRec['description']; break; } @@ -482,10 +482,10 @@ ' . $LANG->getLL('label_workspace') . '  ' . $title . ' - + ' . ($description ? ' ' . $LANG->getLL('label_description') . '  ' . $description . ' - '.($GLOBALS['BE_USER']->workspace!=-99 && !$details ? ' + ' : '') . ($GLOBALS['BE_USER']->workspace!=-99 && !$details ? ' ' . $LANG->getLL('label_options') . '  ' . $menu . $actionLinks . '