Merge pull request #5257 from owncloud/files-ie8-regularfileactionsbroken

Fixed files view regular file actions in IE8
This commit is contained in:
Morris Jobke 2013-10-10 05:14:09 -07:00
commit e276ffedd3
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ $totalsize = 0; ?>
<?php else: ?>
<a class="name" href="<?php p(rtrim($_['downloadURL'],'/').'/'.trim($directory,'/').'/'.$name); ?>">
<label class="filetext" title="" for="select-<?php p($file['fileid']); ?>"></label>
<span class="nametext"><?php print_unescaped(htmlspecialchars($file['basename']));?><span class='extension'><?php p($file['extension']);?></span>
<span class="nametext"><?php print_unescaped(htmlspecialchars($file['basename']));?><span class='extension'><?php p($file['extension']);?></span></span>
</a>
<?php endif; ?>
<?php if($file['type'] == 'dir'):?>