shared view: remove whitespace glitch on right

This commit is contained in:
Jan-Christoph Borchardt 2014-07-02 23:14:21 +02:00
parent ae195c99a1
commit 0a91c22ebb
1 changed files with 1 additions and 1 deletions

View File

@ -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');