diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-08-16 17:19:48 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-08-16 17:19:48 +0200 |
commit | 64d09452f55c0c73fe0d55a70f82d8ad7a386d7c (patch) | |
tree | 0f20407dbefa0a0155c1888e5970da227c480b82 | |
parent | 1e8849b04eebf06a7c86675e4d96c38d8f9c95b2 (diff) | |
download | nextcloud-server-64d09452f55c0c73fe0d55a70f82d8ad7a386d7c.tar.gz nextcloud-server-64d09452f55c0c73fe0d55a70f82d8ad7a386d7c.zip |
remove editor div in filelist
-rw-r--r-- | apps/files/templates/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index 79c283dc336..dd783e95cca 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.'));?> |