Index: trunk/plugins/ExtendedFileManager/manager.php
===================================================================
--- trunk/plugins/ExtendedFileManager/manager.php (revision 567)
+++ trunk/plugins/ExtendedFileManager/manager.php (revision 569)
@@ -14,5 +14,5 @@
 	require_once('config.inc.php');
 	require_once('Classes/ExtendedFileManager.php');
-	
+
 	$manager = new ExtendedFileManager($IMConfig);
 	$dirs = $manager->getDirs();
@@ -34,5 +34,5 @@
 	if(window.opener)
 		HTMLArea = window.opener.HTMLArea;
-		
+
 	var thumbdir = "<?php echo $IMConfig['thumbnail_dir']; ?>";
 	var base_url = "<?php echo $manager->getImagesURL(); ?>";
@@ -50,5 +50,5 @@
 	}
 	?>
-	
+
 /* ]]> */
 </script>
@@ -133,5 +133,5 @@
 			<td colspan="5"><input type="text" id="f_title" class="largelWidth" value="" /></td>
       </tr>
-<?php } else { 
+<?php } else {
         $hidden_fields[] = 'f_title';
       } ?>
@@ -158,5 +158,5 @@
 		</tr>
 		<tr>
-		 <td>tu<?php if (!empty($hidden_fields)) foreach ($hidden_fields as $hf) echo "<input type=\"hidden\" id=\"{$hf}\" name=\"{$hf}\" value=\"\" />"; ?></td>
+		 <td><?php if (!empty($hidden_fields)) foreach ($hidden_fields as $hf) echo "<input type=\"hidden\" id=\"{$hf}\" name=\"{$hf}\" value=\"\" />"; ?></td>
 		 <td colspan="5"><span id="diskmesg"></span></td>
       </tr>
@@ -225,6 +225,6 @@
 </table>
 
-<!--// image properties -->	
-	<div style="text-align: right;"> 
+<!--// image properties -->
+	<div style="text-align: right;">
           <hr />
 		  <button type="button" class="buttons" onclick="return refresh();">Refresh</button>
