diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-09-03 05:38:59 -0700 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-09-03 05:38:59 -0700 |
commit | 85758f3d7d7aed9cca5b043f85cdac216e4891b9 (patch) | |
tree | 3dd39f795f686e96373e9e5b18758cca34a6cef6 /apps/files/templates | |
parent | fe0b8ac2c0e4ffd06ab8a14d18a701e1ab9071af (diff) | |
parent | 449fe8c75ed6ccc52708d6efa1c7a00a7d0836d3 (diff) | |
download | nextcloud-server-85758f3d7d7aed9cca5b043f85cdac216e4891b9.tar.gz nextcloud-server-85758f3d7d7aed9cca5b043f85cdac216e4891b9.zip |
Merge pull request #4473 from owncloud/texteditor_polishing
Texteditor polishing
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index 24cb8c2fe58..29cb457cd5a 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -104,7 +104,7 @@ <?php print_unescaped($_['fileList']); ?> </tbody> </table> -<div id="editor"></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.'));?> |