From d9c11a93c6af2fb8b0a042d6cb72fd6e065a8784 Mon Sep 17 00:00:00 2001
From: raghunayyar <me@iraghu.com>
Date: Mon, 4 Mar 2013 21:34:50 +0530
Subject: [PATCH] Corrects Files Layout in Trashbin

---
 apps/files_trashbin/templates/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php
index 4c865d8981..cb5edaa2c9 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'>
-- 
GitLab