diff options
author | friendica <info@friendica.com> | 2014-05-27 16:49:47 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-27 16:49:47 -0700 |
commit | b17f923abbfcc79ed80b8a8779681a77a77f0ecc (patch) | |
tree | a01fec3b9d79a792cf5745a4bc07ff73f8c350e5 /include/reddav.php | |
parent | f67d54c542d6590ba99cb8505a01592fcd297b48 (diff) | |
download | volse-hubzilla-b17f923abbfcc79ed80b8a8779681a77a77f0ecc.tar.gz volse-hubzilla-b17f923abbfcc79ed80b8a8779681a77a77f0ecc.tar.bz2 volse-hubzilla-b17f923abbfcc79ed80b8a8779681a77a77f0ecc.zip |
give the cloud file list a bit of padding
Diffstat (limited to 'include/reddav.php')
-rw-r--r-- | include/reddav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/reddav.php b/include/reddav.php index 0650531dd..3c2801e89 100644 --- a/include/reddav.php +++ b/include/reddav.php @@ -892,7 +892,7 @@ class RedBrowser extends DAV\Browser\Plugin { $html .= " <body> <h1>Index for " . $this->escapeHTML($path) . "/</h1> - <table> + <table id=\"cloud-index\"> <tr><th width=\"24\"></th><th>Name</th><th>Type</th><th>Size</th><th>Last modified</th></tr> <tr><td colspan=\"5\"><hr /></td></tr>"; |