diff options
author | raghunayyar <me@iraghu.com> | 2013-03-04 21:34:50 +0530 |
---|---|---|
committer | raghunayyar <me@iraghu.com> | 2013-03-04 21:34:50 +0530 |
commit | d9c11a93c6af2fb8b0a042d6cb72fd6e065a8784 (patch) | |
tree | 44737c7c34b510aacbcc66f57ae4c8e318d7b620 /apps | |
parent | afe7ea8ca2c834fc54210e8724f3cf9464ec5893 (diff) | |
download | nextcloud-server-d9c11a93c6af2fb8b0a042d6cb72fd6e065a8784.tar.gz nextcloud-server-d9c11a93c6af2fb8b0a042d6cb72fd6e065a8784.zip |
Corrects Files Layout in Trashbin
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_trashbin/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php index 4c865d8981c..cb5edaa2c91 100644 --- a/apps/files_trashbin/templates/index.php +++ b/apps/files_trashbin/templates/index.php @@ -9,7 +9,7 @@ <div id="emptyfolder"><?php p($l->t('Nothing in here. Your trash bin is empty!'))?></div> <?php endif; ?> -<table> +<table id="filestable"> <thead> <tr> <th id='headerName'> |