Index: typo3/alt_doc.php
===================================================================
--- typo3/alt_doc.php (revision 2588)
+++ typo3/alt_doc.php (working copy)
@@ -898,7 +898,7 @@
$docSel='';
if (is_array($this->docHandler)) {
$opt = array();
- $opt[] = '';
+ $opt[] = '';
// Traverse the list of open documents:
foreach($this->docHandler as $md5k => $setupArr) {