diff options
author | Julius Härtl <jus@bitgrid.net> | 2022-05-16 09:55:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 09:55:35 +0200 |
commit | ad405e93767cfaf0ba34011010bb26dc4c05f60a (patch) | |
tree | ab58f0e3829cd0b19cd2b6beb484940828a9b9d0 /apps/files | |
parent | 78e32ecd5b1da16cf38c21c8bba7702396a58236 (diff) | |
parent | 3b35ed31140e161e3cae1259cdecbd16fcd4bceb (diff) | |
download | nextcloud-server-ad405e93767cfaf0ba34011010bb26dc4c05f60a.tar.gz nextcloud-server-ad405e93767cfaf0ba34011010bb26dc4c05f60a.zip |
Merge pull request #32388 from nextcloud/feature/remove-depreceted-element
🔥 remove deprecated element
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/templates/list.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index a88a9550beb..0a34396aa5c 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -75,7 +75,6 @@ <div class="hiddenuploadfield"> <input type="file" id="file_upload_start" class="hiddenuploadfield" name="files[]" /> </div> -<div id="editor"></div><!-- FIXME Do not use this div in your app! It is deprecated and will be removed in the future! --> <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.'));?> |