From 64d09452f55c0c73fe0d55a70f82d8ad7a386d7c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= <jfd@butonic.de>
Date: Fri, 16 Aug 2013 17:19:48 +0200
Subject: [PATCH] remove editor div in filelist

---
 apps/files/templates/index.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index 79c283dc33..dd783e95cc 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -101,7 +101,6 @@
 		<?php print_unescaped($_['fileList']); ?>
 	</tbody>
 </table>
-<div id="editor"></div>
 <div id="uploadsize-message" title="<?php p($l->t('Upload too large'))?>">
 	<p>
 	<?php p($l->t('The files you are trying to upload exceed the maximum size for file uploads on this server.'));?>
-- 
GitLab