aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-02 23:14:21 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-02 23:14:21 +0200
commit0a91c22ebb134cb7a865053db5cf1e56a697e64f (patch)
treec407442ddb9cdbd2e98f5bf11ca4ff2be649d116 /apps
parentae195c99a1dc323be42ed7ad182338952b967aee (diff)
downloadnextcloud-server-0a91c22ebb134cb7a865053db5cf1e56a697e64f.tar.gz
nextcloud-server-0a91c22ebb134cb7a865053db5cf1e56a697e64f.zip
shared view: remove whitespace glitch on right
Diffstat (limited to 'apps')
-rw-r--r--apps/files/js/filesummary.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/filesummary.js b/apps/files/js/filesummary.js
index 104dabf1b04..ca70259335c 100644
--- a/apps/files/js/filesummary.js
+++ b/apps/files/js/filesummary.js
@@ -181,7 +181,7 @@
var info = t('files', '{dirs} and {files}', infoVars);
- var $summary = $('<td><span class="info">'+info+'</span></td>'+fileSize+'<td></td>');
+ var $summary = $('<td><span class="info">'+info+'</span></td>'+fileSize+'<td class="date"></td>');
if (!this.summary.totalFiles && !this.summary.totalDirs) {
this.$el.addClass('hidden');