Merge pull request #17159 from owncloud/fix-duplicate-id

remove duplicate ID in HTML template for public shares
This commit is contained in:
Morris Jobke 2015-07-02 17:50:39 +02:00
commit a3df41ddb6
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ $thumbSize = 1024;
<div id="imgframe"></div>
<?php endif; ?>
<div class="directDownload">
<a href="<?php p($_['downloadURL']); ?>" id="download" class="button">
<a href="<?php p($_['downloadURL']); ?>" id="downloadFile" class="button">
<img class="svg" alt="" src="<?php print_unescaped(OCP\image_path("core", "actions/download.svg")); ?>"/>
<?php p($l->t('Download %s', array($_['filename'])))?> (<?php p($_['fileSize']) ?>)
</a>