diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-02-10 02:54:12 -0800 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-02-10 02:54:12 -0800 |
commit | 1c56539c01c162676a05d90e3598b7d68394ac73 (patch) | |
tree | 4e14d53cfed82c3b8c5759069912b4993150f953 /apps/files/templates | |
parent | b44c18d1640f4ac395eecbad5a33dcb9af1d4038 (diff) | |
parent | b7b50f8082c0c27b462f94d3f0393c3392dc9a06 (diff) | |
download | nextcloud-server-1c56539c01c162676a05d90e3598b7d68394ac73.tar.gz nextcloud-server-1c56539c01c162676a05d90e3598b7d68394ac73.zip |
Merge pull request #1551 from owncloud/fix_files_multiselect
Fix filelist shifting up one row on (multi)select
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 7cf65915af0..60756db4014 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -59,7 +59,7 @@ <div id="emptyfolder"><?php echo $l->t('Nothing in here. Upload something!')?></div> <?php endif; ?> -<table class="hascontrols"> +<table> <thead> <tr> <th id='headerName'> |