remove duplicate ID in HTML template for public shares

This commit is contained in:
Morris Jobke 2015-06-25 10:13:56 +02:00
parent 160d8003f8
commit 5cb1e20214
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>