[Pkg-owncloud-commits] [owncloud] 236/273: shared view: remove whitespace glitch on right

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 03:13:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 0a91c22ebb134cb7a865053db5cf1e56a697e64f
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Wed Jul 2 23:14:21 2014 +0200

    shared view: remove whitespace glitch on right
---
 apps/files/js/filesummary.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files/js/filesummary.js b/apps/files/js/filesummary.js
index 104dabf..ca70259 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');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list