Index: typo3/sysext/opendocs/class.tx_opendocs.php =================================================================== --- typo3/sysext/opendocs/class.tx_opendocs.php (revision 6463) +++ typo3/sysext/opendocs/class.tx_opendocs.php (working copy) @@ -174,17 +174,17 @@ $closeIcon = ''; $entry = ' - + ' . $icon . ' - ' . $label . ' + ' . $label . ' ' . $closeIcon . ' '; } else { // recently used document $entry = ' - + ' . $icon . ' - ' . $label . ' + ' . $label . ' '; }